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

Method GetArrayOffset

IO/HDF/vtkHDFReaderImplementation.cxx:1424–1428  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1422
1423//------------------------------------------------------------------------------
1424vtkIdType vtkHDFReader::Implementation::GetArrayOffset(
1425 vtkIdType step, int attributeType, std::string name)
1426{
1427 return vtkHDFUtilities::GetArrayOffset(this->VTKGroup, step, attributeType, name);
1428}
1429
1430//------------------------------------------------------------------------------
1431std::array<vtkIdType, 2> vtkHDFReader::Implementation::GetFieldArraySize(

Callers 3

ReadMethod · 0.80
AddFieldArraysMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected