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

Function SetNodeSetArrayStatus

IO/Exodus/vtkExodusIIReader.h:639–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637 const char* GetNodeSetArrayName(int index) { return this->GetObjectName(NODE_SET, index); }
638 int GetNodeSetArrayStatus(const char* name) { return this->GetObjectStatus(NODE_SET, name); }
639 void SetNodeSetArrayStatus(const char* name, int flag)
640 {
641 this->SetObjectStatus(NODE_SET, name, flag);
642 }
643
644 int GetNumberOfSideSetArrays() { return this->GetNumberOfObjects(SIDE_SET); }
645 const char* GetSideSetArrayName(int index) { return this->GetObjectName(SIDE_SET, index); }

Callers

nothing calls this directly

Calls 1

SetObjectStatusMethod · 0.80

Tested by

no test coverage detected