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

Method GetObjectId

IO/Exodus/vtkExodusIIReader.cxx:4849–4853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4847}
4848
4849int vtkExodusIIReaderPrivate::GetObjectId(int otyp, int k)
4850{
4851 ObjectInfoType* oinfop = this->GetSortedObjectInfo(otyp, k);
4852 return oinfop ? oinfop->Id : -1;
4853}
4854
4855int vtkExodusIIReaderPrivate::GetObjectSize(int otyp, int k)
4856{

Callers 1

GetObjectIndexMethod · 0.45

Calls 1

GetSortedObjectInfoMethod · 0.95

Tested by

no test coverage detected