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

Function GetElementResultArrayStatus

IO/Exodus/vtkExodusIIReader.h:595–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593 return this->GetObjectArrayName(ELEM_BLOCK, index);
594 }
595 int GetElementResultArrayStatus(const char* name)
596 {
597 return this->GetObjectArrayStatus(ELEM_BLOCK, name);
598 }
599 void SetElementResultArrayStatus(const char* name, int flag)
600 {
601 this->SetObjectArrayStatus(ELEM_BLOCK, name, flag);

Callers

nothing calls this directly

Calls 1

GetObjectArrayStatusMethod · 0.80

Tested by

no test coverage detected