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. More... | |
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. More... | |
Namespace for file input specifics.
herr_t InputFile::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 1113 of file Field3DFile.cpp.
References g_hdf5Mutex, and Field3DInputFile::parsePartition().
Referenced by Field3DInputFile::readPartitionAndLayerInfo().
herr_t InputFile::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 1153 of file Field3DFile.cpp.
References InputFile::ParseLayersInfo::file, g_hdf5Mutex, Hdf5Util::H5Base::id(), Field3DInputFile::parseLayer(), InputFile::ParseLayersInfo::partitionName, and Hdf5Util::readAttribute().
Referenced by Field3DInputFile::readPartitionAndLayerInfo().