Go to the source code of this file.
Macros | |
#define | chk(x) checkHDFerr(x,__FILE__,__LINE__) |
Functions | |
static int | checkHDFerr (int errCode, const char *fName, int lineNo) |
const char * | read_hdf (const char *filename, blockConsumer &dest) |
#define chk | ( | x | ) | checkHDFerr(x,__FILE__,__LINE__) |
Definition at line 66 of file readhdf.cpp.
Referenced by read_hdf().
|
static |
Definition at line 67 of file readhdf.cpp.
const char* read_hdf | ( | const char * | filename, |
blockConsumer & | dest | ||
) |
Definition at line 76 of file readhdf.cpp.
References blockConsumer::allocateBlock(), chk, blockConsumer::consume(), coord, d, blockConsumer::freeBlock(), blockDim::getSize(), i, and rank.
Referenced by read_file().