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

Method GetFieldArraySize

IO/HDF/vtkHDFReaderImplementation.cxx:1431–1435  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1429
1430//------------------------------------------------------------------------------
1431std::array<vtkIdType, 2> vtkHDFReader::Implementation::GetFieldArraySize(
1432 vtkIdType step, std::string name)
1433{
1434 return vtkHDFUtilities::GetFieldArraySize(this->VTKGroup, step, name);
1435}
1436
1437//------------------------------------------------------------------------------
1438// explicit template instantiation

Callers 1

AddFieldArraysMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected