Home
last modified time | relevance | path

Searched refs:HdfFileName (Results 1 – 2 of 2) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/IO/H5Rage/
H A DH5RageAdaptor.h63 std::vector<std::string> HdfFileName; // all hdf files variable
H A DH5RageAdaptor.cxx305 std::string firstFileName = this->HdfFileName[0]; in CollectMetaData()
601 this->HdfFileName.push_back(*viter); in ParseH5RageFile()
655 hid_t file_id = H5Fopen(this->HdfFileName[offset].c_str(), H5F_ACC_RDONLY, H5P_DEFAULT); in LoadVariableData()