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

Function GetObjectStatus

IO/Exodus/vtkExodusIIReader.h:366–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364 int GetObjectIndex(int objectType, int id);
365 int GetObjectStatus(int objectType, int objectIndex);
366 int GetObjectStatus(int objectType, const char* objectName)
367 {
368 return this->GetObjectStatus(objectType, this->GetObjectIndex(objectType, objectName));
369 }
370 void SetObjectStatus(int objectType, int objectIndex, int status);
371 void SetObjectStatus(int objectType, const char* objectName, int status);
372

Callers

nothing calls this directly

Calls 2

GetObjectStatusMethod · 0.80
GetObjectIndexMethod · 0.80

Tested by

no test coverage detected