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

Function SetSideSetArrayStatus

IO/Exodus/vtkExodusIIReader.h:647–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645 const char* GetSideSetArrayName(int index) { return this->GetObjectName(SIDE_SET, index); }
646 int GetSideSetArrayStatus(const char* name) { return this->GetObjectStatus(SIDE_SET, name); }
647 void SetSideSetArrayStatus(const char* name, int flag)
648 {
649 this->SetObjectStatus(SIDE_SET, name, flag);
650 }
651
652 int GetNumberOfEdgeSetArrays() { return this->GetNumberOfObjects(EDGE_SET); }
653 const char* GetEdgeSetArrayName(int index) { return this->GetObjectName(EDGE_SET, index); }

Callers

nothing calls this directly

Calls 1

SetObjectStatusMethod · 0.80

Tested by

no test coverage detected