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

Function GetNumberOfNodeSetArrays

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

Source from the content-addressed store, hash-verified

634 }
635
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)

Callers

nothing calls this directly

Calls 1

GetNumberOfObjectsMethod · 0.45

Tested by

no test coverage detected