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

Function SetElementSetArrayStatus

IO/Exodus/vtkExodusIIReader.h:671–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669 const char* GetElementSetArrayName(int index) { return this->GetObjectName(ELEM_SET, index); }
670 int GetElementSetArrayStatus(const char* name) { return this->GetObjectStatus(ELEM_SET, name); }
671 void SetElementSetArrayStatus(const char* name, int flag)
672 {
673 this->SetObjectStatus(ELEM_SET, name, flag);
674 }
675
676 int GetNumberOfNodeSetResultArrays() { return this->GetNumberOfObjectArrays(NODE_SET); }
677 const char* GetNodeSetResultArrayName(int index)

Callers

nothing calls this directly

Calls 1

SetObjectStatusMethod · 0.80

Tested by

no test coverage detected