Field3D
|
Namespace for file input specifics. More...
Classes | |
struct | ParseLayersInfo |
struct used to pass the class and partition info back to the parseLayers() callback More... | |
Functions | |
FIELD3D_API herr_t | parseLayers (hid_t loc_id, const char *partitionName, const H5L_info_t *linfo, void *opdata) |
Gets called from readPartitionAndLayerInfo to check each group found under the root of the file. It checks to see if it can find a "partition" and then passes that to writePartition. | |
FIELD3D_API herr_t | parsePartitions (hid_t loc_id, const char *partitionName, const H5L_info_t *linfo, void *opdata) |
Gets called from readPartitionAndLayerInfo to check each group found under the root of the file. It checks to see if it can find a "partition" and then passes that to writePartition. | |
Namespace for file input specifics.
herr_t InputFileHDF5::parsePartitions | ( | hid_t | loc_id, |
const char * | partitionName, | ||
const H5L_info_t * | linfo, | ||
void * | opdata ) |
Gets called from readPartitionAndLayerInfo to check each group found under the root of the file. It checks to see if it can find a "partition" and then passes that to writePartition.
Definition at line 1130 of file Field3DFileHDF5.cpp.
References FIELD3D_MTX_T, g_hdf5Mutex, and Field3DInputFileHDF5::parsePartition().
herr_t InputFileHDF5::parseLayers | ( | hid_t | loc_id, |
const char * | partitionName, | ||
const H5L_info_t * | linfo, | ||
void * | opdata ) |
Gets called from readPartitionAndLayerInfo to check each group found under the root of the file. It checks to see if it can find a "partition" and then passes that to writePartition.
Definition at line 1170 of file Field3DFileHDF5.cpp.
References FIELD3D_MTX_T, g_hdf5Mutex, and Hdf5Util::readAttribute().