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

Method GetObjectSize

IO/Exodus/vtkExodusIIReader.cxx:4855–4859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4853}
4854
4855int vtkExodusIIReaderPrivate::GetObjectSize(int otyp, int k)
4856{
4857 ObjectInfoType* oinfop = this->GetSortedObjectInfo(otyp, k);
4858 return oinfop ? oinfop->Size : 0;
4859}
4860
4861int vtkExodusIIReaderPrivate::GetObjectStatus(int otyp, int k)
4862{

Callers 1

Calls 1

GetSortedObjectInfoMethod · 0.95

Tested by

no test coverage detected