Main Page | Class List | File List | Class Members | File Members

H5PartF.c File Reference

#include "H5Part.h"
#include "Underscore.h"
#include <hdf5.h>

Defines

#define f_h5pt_openr   F77NAME(h5pt_openr_,h5pt_openr,H5PT_OPENR)
#define f_h5pt_openw   F77NAME(h5pt_openw_,h5pt_openw,H5PT_OPENW)
#define f_h5pt_openr_par   F77NAME(h5pt_openr_par_,h5pt_openr_par,H5PT_OPENR_PAR)
#define f_h5pt_openw_par   F77NAME(h5pt_openw_par_,h5pt_openw_par,H5PT_OPENW_PAR)
#define f_h5pt_close   F77NAME(h5pt_close_,h5pt_close,H5PT_CLOSE)
#define f_h5pt_isvalid   F77NAME(h5pt_isvalid_,h5pt_isvalid,H5PT_ISVALID)
#define f_h5pt_setnpoints   F77NAME(h5pt_setnpoints_,h5pt_setnpoints,H5PT_SETNPOINTS)
#define f_h5pt_setstep   F77NAME(h5pt_setstep_,h5pt_setstep,H5PT_SETSTEP)
#define f_h5pt_writedata_r8   F77NAME(h5pt_writedata_r8_,h5pt_writedata_r8,H5PT_WRITEDATA_R8)
#define f_h5pt_writedata_i8   F77NAME(h5pt_writedata_i8_,h5pt_writedata_i8,H5PT_WRITEDATA_I8)
#define f_h5pt_getnsteps   F77NAME(h5pt_getnsteps_,h5pt_getnsteps,H5PT_GETNSTEPS)
#define f_h5pt_getndatasets   F77NAME(h5pt_getndatasets_,h5pt_getndatasets,H5PT_GETNDATASETS)
#define f_h5pt_getnpoints   F77NAME(h5pt_getnpoints_,h5pt_getnpoints,H5PT_GETNPOINTS)
#define f_h5pt_getdatasetname   F77NAME(h5pt_getdatasetname_,h5pt_getdatasetname,H5PT_GETDATASETNAME)
#define f_h5pt_setview   F77NAME(h5pt_setview_,h5pt_setview,H5PT_SETVIEW)
#define f_h5pt_resetview   F77NAME(h5pt_resetview_,h5pt_resetview,H5PT_RESETVIEW)
#define f_h5pt_hasview   F77NAME(h5pt_hasview_,h5pt_hasview,H5PT_HASVIEW)
#define f_h5pt_readdata_r8   F77NAME(h5pt_readdata_r8_,h5pt_readdata_r8,H5PT_READDATA_R8)
#define f_h5pt_readdata_i8   F77NAME(h5pt_readdata_i8_,h5pt_readdata_i8,H5PT_READDATA_I8)
#define f_h5pt_readdata   F77NAME(h5pt_readdata_,h5pt_readdata,H5PT_READDATA)
#define f_h5pt_writefileattrib_r8   F77NAME(h5pt_writefileattrib_r8_,h5pt_writefileattrib_r8,H5PT_WRITEFILEATTRIB_R8)
#define f_h5pt_writefileattrib_i8   F77NAME(h5pt_writefileattrib_i8_,h5pt_writefileattrib_i8,H5PT_WRITEFILEATTRIB_I8)
#define f_h5pt_writefileattrib_string   F77NAME(h5pt_writefileattrib_string_,h5pt_writefileattrib_string,H5PT_writefileattrib_string)
#define f_h5pt_writestepattrib_r8   F77NAME(h5pt_writestepattrib_r8_,h5pt_writestepattrib_r8,H5PT_WRITESTEPATTRIB_R8)
#define f_h5pt_writestepattrib_i8   F77NAME(h5pt_writestepattrib_i8_,h5pt_writestepattrib_i8,H5PT_WRITESTEPATTRIB_I8)
#define f_h5pt_writestepattrib_string   F77NAME(h5pt_writestepattrib_string_,h5pt_writestepattrib_string,H5PT_WRITESTEPATTRIB_STRING)
#define f_h5pt_getnstepattribs   F77NAME(h5pt_getnstepattribs_,h5pt_getnstepattribs,H5PT_GETNSTEPATTRIBS)
#define f_h5pt_getnfileattribs   F77NAME(h5pt_getnfileattribs_,h5pt_getnfileattribs,H5PT_GETNFILEATTRIBS)
#define f_h5pt_getstepattribinfo   F77NAME(h5pt_getstepattribinfo_,h5pt_getstepattribinfo,H5PT_GETSTEPATTRIBINFO)
#define f_h5pt_getfileattribinfo   F77NAME(h5pt_getfileattribinfo_,h5pt_getfileattribinfo,H5PT_GETFILEATTRIBINFO)
#define f_h5pt_readstepattrib   F77NAME(h5pt_readstepattrib_,h5pt_readstepattrib,H5PT_READSTEPATTRIB)
#define f_h5pt_readfileattrib   F77NAME(h5pt_readfileattrib_,h5pt_readfileattrib,H5PT_READFILEATTRIB)

Functions

haddr_t f_h5pt_openr (char *file, int flen)
haddr_t f_h5pt_openw (char *file, int flen)
void f_h5pt_close (haddr_t *file)
int f_h5pt_isvalid (haddr_t *file)
void f_h5pt_setnpoints (haddr_t *file, uint64_t *np)
void f_h5pt_setstep (haddr_t *file, int *step)
void f_h5pt_writedata_r8 (haddr_t *file, char *name, void *data, int flen)
void f_h5pt_writedata_i8 (haddr_t *file, char *name, void *data, int flen)
int f_h5pt_getnsteps (haddr_t *file)
int f_h5pt_getndatasets (haddr_t *file)
haddr_t f_h5pt_getnpoints (haddr_t *file)
int f_h5pt_getdatasetname (haddr_t *file, int *index, char *name, int namelen)
uint64_t f_h5pt_getnumpoints (haddr_t *file)
void f_h5pt_setview (haddr_t *file, int64_t *start, int64_t *end)
void f_h5pt_resetview (haddr_t *file)
int f_h5pt_hasview (haddr_t *file)
void f_h5pt_getview (haddr_t *file, int64_t *start, int64_t *end)
int f_h5pt_readdata_r8 (haddr_t *file, char *name, void *array, int namelen)
int f_h5pt_readdata_i8 (haddr_t *file, char *name, void *array, int namelen)
int f_h5pt_writefileattrib_r8 (haddr_t *f, char *name, void *attrib, int *nelem, int namelen)
int f_h5pt_writefileattrib_i8 (haddr_t *f, char *name, void *attrib, int *nelem, int namelen)
int f_h5pt_writefileattrib_string (haddr_t *f, char *name, char *attrib, int namelen, int attriblen)
int f_h5pt_writestepattrib_r8 (haddr_t *f, char *name, void *attrib, int *nelem, int namelen)
int f_h5pt_writestepattrib_i8 (haddr_t *f, char *name, void *attrib, int *nelem, int namelen)
int f_h5pt_writestepattrib_string (haddr_t *f, char *name, char *attrib, int namelen, int attriblen)
int f_h5pt_getnstepattribs (haddr_t *f)
int f_h5pt_getnfileattribs (haddr_t *f)
int f_h5pt_getstepattribinfo (haddr_t *f, int *idx, char *name, int *nelem, int maxnamelen)
int f_h5pt_getfileattribinfo (haddr_t *f, int *idx, char *name, int *nelem, int maxnamelen)
int f_h5pt_readstepattrib (haddr_t *f, char *name, void *data, int namelen)
int f_h5pt_readfileattrib (haddr_t *f, char *name, void *data, int namelen)

Define Documentation

#define f_h5pt_close   F77NAME(h5pt_close_,h5pt_close,H5PT_CLOSE)
 

#define f_h5pt_getdatasetname   F77NAME(h5pt_getdatasetname_,h5pt_getdatasetname,H5PT_GETDATASETNAME)
 

#define f_h5pt_getfileattribinfo   F77NAME(h5pt_getfileattribinfo_,h5pt_getfileattribinfo,H5PT_GETFILEATTRIBINFO)
 

#define f_h5pt_getndatasets   F77NAME(h5pt_getndatasets_,h5pt_getndatasets,H5PT_GETNDATASETS)
 

#define f_h5pt_getnfileattribs   F77NAME(h5pt_getnfileattribs_,h5pt_getnfileattribs,H5PT_GETNFILEATTRIBS)
 

#define f_h5pt_getnpoints   F77NAME(h5pt_getnpoints_,h5pt_getnpoints,H5PT_GETNPOINTS)
 

#define f_h5pt_getnstepattribs   F77NAME(h5pt_getnstepattribs_,h5pt_getnstepattribs,H5PT_GETNSTEPATTRIBS)
 

#define f_h5pt_getnsteps   F77NAME(h5pt_getnsteps_,h5pt_getnsteps,H5PT_GETNSTEPS)
 

#define f_h5pt_getstepattribinfo   F77NAME(h5pt_getstepattribinfo_,h5pt_getstepattribinfo,H5PT_GETSTEPATTRIBINFO)
 

#define f_h5pt_hasview   F77NAME(h5pt_hasview_,h5pt_hasview,H5PT_HASVIEW)
 

#define f_h5pt_isvalid   F77NAME(h5pt_isvalid_,h5pt_isvalid,H5PT_ISVALID)
 

#define f_h5pt_openr   F77NAME(h5pt_openr_,h5pt_openr,H5PT_OPENR)
 

open/close interface

#define f_h5pt_openr_par   F77NAME(h5pt_openr_par_,h5pt_openr_par,H5PT_OPENR_PAR)
 

#define f_h5pt_openw   F77NAME(h5pt_openw_,h5pt_openw,H5PT_OPENW)
 

#define f_h5pt_openw_par   F77NAME(h5pt_openw_par_,h5pt_openw_par,H5PT_OPENW_PAR)
 

#define f_h5pt_readdata   F77NAME(h5pt_readdata_,h5pt_readdata,H5PT_READDATA)
 

#define f_h5pt_readdata_i8   F77NAME(h5pt_readdata_i8_,h5pt_readdata_i8,H5PT_READDATA_I8)
 

#define f_h5pt_readdata_r8   F77NAME(h5pt_readdata_r8_,h5pt_readdata_r8,H5PT_READDATA_R8)
 

#define f_h5pt_readfileattrib   F77NAME(h5pt_readfileattrib_,h5pt_readfileattrib,H5PT_READFILEATTRIB)
 

#define f_h5pt_readstepattrib   F77NAME(h5pt_readstepattrib_,h5pt_readstepattrib,H5PT_READSTEPATTRIB)
 

#define f_h5pt_resetview   F77NAME(h5pt_resetview_,h5pt_resetview,H5PT_RESETVIEW)
 

#define f_h5pt_setnpoints   F77NAME(h5pt_setnpoints_,h5pt_setnpoints,H5PT_SETNPOINTS)
 

#define f_h5pt_setstep   F77NAME(h5pt_setstep_,h5pt_setstep,H5PT_SETSTEP)
 

#define f_h5pt_setview   F77NAME(h5pt_setview_,h5pt_setview,H5PT_SETVIEW)
 

#define f_h5pt_writedata_i8   F77NAME(h5pt_writedata_i8_,h5pt_writedata_i8,H5PT_WRITEDATA_I8)
 

#define f_h5pt_writedata_r8   F77NAME(h5pt_writedata_r8_,h5pt_writedata_r8,H5PT_WRITEDATA_R8)
 

#define f_h5pt_writefileattrib_i8   F77NAME(h5pt_writefileattrib_i8_,h5pt_writefileattrib_i8,H5PT_WRITEFILEATTRIB_I8)
 

#define f_h5pt_writefileattrib_r8   F77NAME(h5pt_writefileattrib_r8_,h5pt_writefileattrib_r8,H5PT_WRITEFILEATTRIB_R8)
 

#define f_h5pt_writefileattrib_string   F77NAME(h5pt_writefileattrib_string_,h5pt_writefileattrib_string,H5PT_writefileattrib_string)
 

#define f_h5pt_writestepattrib_i8   F77NAME(h5pt_writestepattrib_i8_,h5pt_writestepattrib_i8,H5PT_WRITESTEPATTRIB_I8)
 

#define f_h5pt_writestepattrib_r8   F77NAME(h5pt_writestepattrib_r8_,h5pt_writestepattrib_r8,H5PT_WRITESTEPATTRIB_R8)
 

#define f_h5pt_writestepattrib_string   F77NAME(h5pt_writestepattrib_string_,h5pt_writestepattrib_string,H5PT_WRITESTEPATTRIB_STRING)
 


Function Documentation

void f_h5pt_close haddr_t *  file  ) 
 

int f_h5pt_getdatasetname haddr_t *  file,
int *  index,
char *  name,
int  namelen
 

int f_h5pt_getfileattribinfo haddr_t *  f,
int *  idx,
char *  name,
int *  nelem,
int  maxnamelen
 

int f_h5pt_getndatasets haddr_t *  file  ) 
 

int f_h5pt_getnfileattribs haddr_t *  f  ) 
 

haddr_t f_h5pt_getnpoints haddr_t *  file  ) 
 

int f_h5pt_getnstepattribs haddr_t *  f  ) 
 

int f_h5pt_getnsteps haddr_t *  file  ) 
 

uint64_t f_h5pt_getnumpoints haddr_t *  file  ) 
 

int f_h5pt_getstepattribinfo haddr_t *  f,
int *  idx,
char *  name,
int *  nelem,
int  maxnamelen
 

void f_h5pt_getview haddr_t *  file,
int64_t *  start,
int64_t *  end
 

int f_h5pt_hasview haddr_t *  file  ) 
 

int f_h5pt_isvalid haddr_t *  file  ) 
 

haddr_t f_h5pt_openr char *  file,
int  flen
 

haddr_t f_h5pt_openw char *  file,
int  flen
 

int f_h5pt_readdata_i8 haddr_t *  file,
char *  name,
void *  array,
int  namelen
 

int f_h5pt_readdata_r8 haddr_t *  file,
char *  name,
void *  array,
int  namelen
 

int f_h5pt_readfileattrib haddr_t *  f,
char *  name,
void *  data,
int  namelen
 

int f_h5pt_readstepattrib haddr_t *  f,
char *  name,
void *  data,
int  namelen
 

void f_h5pt_resetview haddr_t *  file  ) 
 

void f_h5pt_setnpoints haddr_t *  file,
uint64_t *  np
 

void f_h5pt_setstep haddr_t *  file,
int *  step
 

void f_h5pt_setview haddr_t *  file,
int64_t *  start,
int64_t *  end
 

void f_h5pt_writedata_i8 haddr_t *  file,
char *  name,
void *  data,
int  flen
 

void f_h5pt_writedata_r8 haddr_t *  file,
char *  name,
void *  data,
int  flen
 

int f_h5pt_writefileattrib_i8 haddr_t *  f,
char *  name,
void *  attrib,
int *  nelem,
int  namelen
 

int f_h5pt_writefileattrib_r8 haddr_t *  f,
char *  name,
void *  attrib,
int *  nelem,
int  namelen
 

int f_h5pt_writefileattrib_string haddr_t *  f,
char *  name,
char *  attrib,
int  namelen,
int  attriblen
 

int f_h5pt_writestepattrib_i8 haddr_t *  f,
char *  name,
void *  attrib,
int *  nelem,
int  namelen
 

int f_h5pt_writestepattrib_r8 haddr_t *  f,
char *  name,
void *  attrib,
int *  nelem,
int  namelen
 

int f_h5pt_writestepattrib_string haddr_t *  f,
char *  name,
char *  attrib,
int  namelen,
int  attriblen
 


Generated on Tue Jan 31 11:52:45 2006 for H5Part by  doxygen 1.4.4