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

Method GetArrayNames

IO/HDF/vtkHDFReaderImplementation.cxx:309–312  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

307
308//------------------------------------------------------------------------------
309std::vector<std::string> vtkHDFReader::Implementation::GetArrayNames(int attributeType)
310{
311 return vtkHDFUtilities::GetArrayNames(this->AttributeDataGroup, attributeType);
312}
313
314//------------------------------------------------------------------------------
315std::vector<std::string> vtkHDFReader::Implementation::GetOrderedChildrenOfGroup(

Callers 7

ReadLevelDataMethod · 0.95
RequestDataObjectMethod · 0.80
ReadMethod · 0.80
AddFieldArraysMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected