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

Function SetElementMapArrayStatus

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

Source from the content-addressed store, hash-verified

629 const char* GetElementMapArrayName(int index) { return this->GetObjectName(ELEM_MAP, index); }
630 int GetElementMapArrayStatus(const char* name) { return this->GetObjectStatus(ELEM_MAP, name); }
631 void SetElementMapArrayStatus(const char* name, int flag)
632 {
633 this->SetObjectStatus(ELEM_MAP, name, flag);
634 }
635
636 int GetNumberOfNodeSetArrays() { return this->GetNumberOfObjects(NODE_SET); }
637 const char* GetNodeSetArrayName(int index) { return this->GetObjectName(NODE_SET, index); }

Callers

nothing calls this directly

Calls 1

SetObjectStatusMethod · 0.80

Tested by

no test coverage detected