Go to the source code of this file.
Macros | |
#define | chk(x) checkHDFerr(x,__FILE__,__LINE__) |
Typedefs | |
typedef double | REAL |
Functions | |
static int | checkHDFerr (int errCode, const char *fName, int lineNo) |
const char * | write_hdf (const blockDim &dim, const vector3d *locs, const char *filename) |
#define chk | ( | x | ) | checkHDFerr(x,__FILE__,__LINE__) |
Definition at line 67 of file writehdf.cpp.
Referenced by write_hdf().
typedef double REAL |
Definition at line 65 of file writehdf.cpp.
|
static |
Definition at line 68 of file writehdf.cpp.
Definition at line 77 of file writehdf.cpp.
References chk, blockDim::getSize(), i, cimg_library::cimg::time(), x, vector3d::x, y, vector3d::y, z, and vector3d::z.
Referenced by writeBlocks().