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

Function GetNodeSetArrayStatus

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

Source from the content-addressed store, hash-verified

636 int GetNumberOfNodeSetArrays() { return this->GetNumberOfObjects(NODE_SET); }
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);

Callers

nothing calls this directly

Calls 1

GetObjectStatusMethod · 0.80

Tested by

no test coverage detected