MCPcopy Create free account
hub / github.com/Kitware/VTK / RetrieveHDFInformation

Method RetrieveHDFInformation

IO/HDF/vtkHDFReaderImplementation.cxx:162–167  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

160
161//------------------------------------------------------------------------------
162bool vtkHDFReader::Implementation::RetrieveHDFInformation(const std::string& rootName)
163{
164 this->CloseMemberGroups();
165 return vtkHDFUtilities::RetrieveHDFInformation(this->File, this->VTKGroup, rootName,
166 this->Version, this->DataSetType, this->NumberOfPieces, this->AttributeDataGroup);
167}
168
169//------------------------------------------------------------------------------
170std::size_t vtkHDFReader::Implementation::GetNumberOfSteps()

Callers 5

OpenMethod · 0.95
SetupInformationMethod · 0.80
ReadMethod · 0.80
ReadRecursivelyMethod · 0.80

Calls 1

CloseMemberGroupsMethod · 0.95

Tested by

no test coverage detected