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

Method GetObjectStatus

IO/Exodus/vtkExodusIIReader.cxx:4861–4865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4859}
4860
4861int vtkExodusIIReaderPrivate::GetObjectStatus(int otyp, int k)
4862{
4863 ObjectInfoType* oinfop = this->GetSortedObjectInfo(otyp, k);
4864 return oinfop ? oinfop->Status : 0;
4865}
4866
4867int vtkExodusIIReaderPrivate::GetUnsortedObjectStatus(int otyp, int k)
4868{

Callers 15

GetObjectStatusFunction · 0.80
GetEdgeBlockArrayStatusFunction · 0.80
GetFaceBlockArrayStatusFunction · 0.80
GetNodeMapArrayStatusFunction · 0.80
GetEdgeMapArrayStatusFunction · 0.80
GetFaceMapArrayStatusFunction · 0.80
GetElementMapArrayStatusFunction · 0.80
GetNodeSetArrayStatusFunction · 0.80
GetSideSetArrayStatusFunction · 0.80
GetEdgeSetArrayStatusFunction · 0.80
GetFaceSetArrayStatusFunction · 0.80

Calls 1

GetSortedObjectInfoMethod · 0.95

Tested by

no test coverage detected