src/hdf5/H5ecloud/H5PartF.c File Reference

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

Include dependency graph for H5PartF.c:

Go to the source code of this file.

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)
 

Definition at line 48 of file H5PartF.c.

#define f_h5pt_getdatasetname   F77NAME(h5pt_getdatasetname_,h5pt_getdatasetname,H5PT_GETDATASETNAME)
 

Definition at line 61 of file H5PartF.c.

#define f_h5pt_getfileattribinfo   F77NAME(h5pt_getfileattribinfo_,h5pt_getfileattribinfo,H5PT_GETFILEATTRIBINFO)
 

Definition at line 85 of file H5PartF.c.

#define f_h5pt_getndatasets   F77NAME(h5pt_getndatasets_,h5pt_getndatasets,H5PT_GETNDATASETS)
 

Definition at line 59 of file H5PartF.c.

#define f_h5pt_getnfileattribs   F77NAME(h5pt_getnfileattribs_,h5pt_getnfileattribs,H5PT_GETNFILEATTRIBS)
 

Definition at line 83 of file H5PartF.c.

#define f_h5pt_getnpoints   F77NAME(h5pt_getnpoints_,h5pt_getnpoints,H5PT_GETNPOINTS)
 

Definition at line 60 of file H5PartF.c.

#define f_h5pt_getnstepattribs   F77NAME(h5pt_getnstepattribs_,h5pt_getnstepattribs,H5PT_GETNSTEPATTRIBS)
 

Definition at line 82 of file H5PartF.c.

#define f_h5pt_getnsteps   F77NAME(h5pt_getnsteps_,h5pt_getnsteps,H5PT_GETNSTEPS)
 

Definition at line 58 of file H5PartF.c.

#define f_h5pt_getstepattribinfo   F77NAME(h5pt_getstepattribinfo_,h5pt_getstepattribinfo,H5PT_GETSTEPATTRIBINFO)
 

Definition at line 84 of file H5PartF.c.

#define f_h5pt_hasview   F77NAME(h5pt_hasview_,h5pt_hasview,H5PT_HASVIEW)
 

Definition at line 66 of file H5PartF.c.

#define f_h5pt_isvalid   F77NAME(h5pt_isvalid_,h5pt_isvalid,H5PT_ISVALID)
 

Definition at line 49 of file H5PartF.c.

#define f_h5pt_openr   F77NAME(h5pt_openr_,h5pt_openr,H5PT_OPENR)
 

Definition at line 43 of file H5PartF.c.

#define f_h5pt_openr_par   F77NAME(h5pt_openr_par_,h5pt_openr_par,H5PT_OPENR_PAR)
 

Definition at line 46 of file H5PartF.c.

#define f_h5pt_openw   F77NAME(h5pt_openw_,h5pt_openw,H5PT_OPENW)
 

Definition at line 44 of file H5PartF.c.

#define f_h5pt_openw_par   F77NAME(h5pt_openw_par_,h5pt_openw_par,H5PT_OPENW_PAR)
 

Definition at line 47 of file H5PartF.c.

#define f_h5pt_readdata   F77NAME(h5pt_readdata_,h5pt_readdata,H5PT_READDATA)
 

Definition at line 71 of file H5PartF.c.

#define f_h5pt_readdata_i8   F77NAME(h5pt_readdata_i8_,h5pt_readdata_i8,H5PT_READDATA_I8)
 

Definition at line 70 of file H5PartF.c.

#define f_h5pt_readdata_r8   F77NAME(h5pt_readdata_r8_,h5pt_readdata_r8,H5PT_READDATA_R8)
 

Definition at line 69 of file H5PartF.c.

#define f_h5pt_readfileattrib   F77NAME(h5pt_readfileattrib_,h5pt_readfileattrib,H5PT_READFILEATTRIB)
 

Definition at line 87 of file H5PartF.c.

#define f_h5pt_readstepattrib   F77NAME(h5pt_readstepattrib_,h5pt_readstepattrib,H5PT_READSTEPATTRIB)
 

Definition at line 86 of file H5PartF.c.

#define f_h5pt_resetview   F77NAME(h5pt_resetview_,h5pt_resetview,H5PT_RESETVIEW)
 

Definition at line 65 of file H5PartF.c.

#define f_h5pt_setnpoints   F77NAME(h5pt_setnpoints_,h5pt_setnpoints,H5PT_SETNPOINTS)
 

Definition at line 52 of file H5PartF.c.

#define f_h5pt_setstep   F77NAME(h5pt_setstep_,h5pt_setstep,H5PT_SETSTEP)
 

Definition at line 53 of file H5PartF.c.

#define f_h5pt_setview   F77NAME(h5pt_setview_,h5pt_setview,H5PT_SETVIEW)
 

Definition at line 64 of file H5PartF.c.

#define f_h5pt_writedata_i8   F77NAME(h5pt_writedata_i8_,h5pt_writedata_i8,H5PT_WRITEDATA_I8)
 

Definition at line 55 of file H5PartF.c.

#define f_h5pt_writedata_r8   F77NAME(h5pt_writedata_r8_,h5pt_writedata_r8,H5PT_WRITEDATA_R8)
 

Definition at line 54 of file H5PartF.c.

#define f_h5pt_writefileattrib_i8   F77NAME(h5pt_writefileattrib_i8_,h5pt_writefileattrib_i8,H5PT_WRITEFILEATTRIB_I8)
 

Definition at line 76 of file H5PartF.c.

#define f_h5pt_writefileattrib_r8   F77NAME(h5pt_writefileattrib_r8_,h5pt_writefileattrib_r8,H5PT_WRITEFILEATTRIB_R8)
 

Definition at line 75 of file H5PartF.c.

#define f_h5pt_writefileattrib_string   F77NAME(h5pt_writefileattrib_string_,h5pt_writefileattrib_string,H5PT_writefileattrib_string)
 

Definition at line 77 of file H5PartF.c.

#define f_h5pt_writestepattrib_i8   F77NAME(h5pt_writestepattrib_i8_,h5pt_writestepattrib_i8,H5PT_WRITESTEPATTRIB_I8)
 

Definition at line 79 of file H5PartF.c.

#define f_h5pt_writestepattrib_r8   F77NAME(h5pt_writestepattrib_r8_,h5pt_writestepattrib_r8,H5PT_WRITESTEPATTRIB_R8)
 

Definition at line 78 of file H5PartF.c.

#define f_h5pt_writestepattrib_string   F77NAME(h5pt_writestepattrib_string_,h5pt_writestepattrib_string,H5PT_WRITESTEPATTRIB_STRING)
 

Definition at line 80 of file H5PartF.c.


Function Documentation

void f_h5pt_close haddr_t *  file  ) 
 

Definition at line 144 of file H5PartF.c.

References H5PartCloseFile().

Here is the call graph for this function:

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

Definition at line 200 of file H5PartF.c.

References H5PartGetDatasetName().

Here is the call graph for this function:

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

Definition at line 347 of file H5PartF.c.

References H5PartGetFileAttribInfo().

Here is the call graph for this function:

int f_h5pt_getndatasets haddr_t *  file  ) 
 

Definition at line 189 of file H5PartF.c.

References H5PartGetNumDatasets().

Here is the call graph for this function:

int f_h5pt_getnfileattribs haddr_t *  f  ) 
 

Definition at line 336 of file H5PartF.c.

References H5PartGetNumFileAttribs().

Here is the call graph for this function:

haddr_t f_h5pt_getnpoints haddr_t *  file  ) 
 

Definition at line 194 of file H5PartF.c.

References H5PartGetNumParticles().

Here is the call graph for this function:

int f_h5pt_getnstepattribs haddr_t *  f  ) 
 

Definition at line 332 of file H5PartF.c.

References H5PartGetNumStepAttribs().

Here is the call graph for this function:

int f_h5pt_getnsteps haddr_t *  file  ) 
 

Definition at line 184 of file H5PartF.c.

References H5PartGetNumSteps().

Here is the call graph for this function:

uint64_t f_h5pt_getnumpoints haddr_t *  file  ) 
 

Definition at line 204 of file H5PartF.c.

References H5PartGetNumParticles().

Here is the call graph for this function:

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

Definition at line 340 of file H5PartF.c.

References H5PartGetStepAttribInfo().

Here is the call graph for this function:

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

Definition at line 222 of file H5PartF.c.

References H5PartGetView().

Here is the call graph for this function:

int f_h5pt_hasview haddr_t *  file  ) 
 

Definition at line 218 of file H5PartF.c.

References H5PartHasView.

int f_h5pt_isvalid haddr_t *  file  ) 
 

Definition at line 148 of file H5PartF.c.

References H5PartFileIsValid().

Here is the call graph for this function:

haddr_t f_h5pt_openr char *  file,
int  flen
 

Definition at line 91 of file H5PartF.c.

References H5PART_READ, and H5PartOpenFile().

Here is the call graph for this function:

haddr_t f_h5pt_openw char *  file,
int  flen
 

Definition at line 102 of file H5PartF.c.

References H5PART_WRITE, and H5PartOpenFile().

Here is the call graph for this function:

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

Definition at line 235 of file H5PartF.c.

References H5PartReadDataInt64(), and r.

Here is the call graph for this function:

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

Definition at line 226 of file H5PartF.c.

References H5PartReadDataFloat64(), and r.

Here is the call graph for this function:

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

Definition at line 362 of file H5PartF.c.

References H5PartReadFileAttrib(), and r.

Here is the call graph for this function:

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

Definition at line 354 of file H5PartF.c.

References H5PartReadStepAttrib(), and r.

Here is the call graph for this function:

void f_h5pt_resetview haddr_t *  file  ) 
 

Definition at line 214 of file H5PartF.c.

References H5PartResetView.

void f_h5pt_setnpoints haddr_t *  file,
uint64_t *  np
 

Definition at line 162 of file H5PartF.c.

References H5PartSetNumParticles().

Here is the call graph for this function:

void f_h5pt_setstep haddr_t *  file,
int *  step
 

Definition at line 166 of file H5PartF.c.

References H5PartSetStep().

Here is the call graph for this function:

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

Definition at line 210 of file H5PartF.c.

References H5PartSetView().

Here is the call graph for this function:

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

Definition at line 176 of file H5PartF.c.

References H5PartWriteDataInt64().

Here is the call graph for this function:

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

Definition at line 170 of file H5PartF.c.

References H5PartWriteDataFloat64().

Here is the call graph for this function:

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

Definition at line 261 of file H5PartF.c.

References H5PartWriteFileAttrib(), and r.

Here is the call graph for this function:

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

Definition at line 249 of file H5PartF.c.

References H5PartWriteFileAttrib(), and r.

Here is the call graph for this function:

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

Definition at line 273 of file H5PartF.c.

References H5PartWriteFileAttribString(), and r.

Here is the call graph for this function:

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

Definition at line 302 of file H5PartF.c.

References H5PartWriteStepAttrib(), and r.

Here is the call graph for this function:

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

Definition at line 290 of file H5PartF.c.

References H5PartWriteStepAttrib(), and r.

Here is the call graph for this function:

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

Definition at line 314 of file H5PartF.c.

References H5PartWriteStepAttribString(), and r.

Here is the call graph for this function:


Generated on Mon Jan 16 13:52:51 2006 for IPPL by  doxygen 1.4.6