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

Function SetNodeMapArrayStatus

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

Source from the content-addressed store, hash-verified

605 const char* GetNodeMapArrayName(int index) { return this->GetObjectName(NODE_MAP, index); }
606 int GetNodeMapArrayStatus(const char* name) { return this->GetObjectStatus(NODE_MAP, name); }
607 void SetNodeMapArrayStatus(const char* name, int flag)
608 {
609 this->SetObjectStatus(NODE_MAP, name, flag);
610 }
611
612 int GetNumberOfEdgeMapArrays() { return this->GetNumberOfObjects(EDGE_MAP); }
613 const char* GetEdgeMapArrayName(int index) { return this->GetObjectName(EDGE_MAP, index); }

Callers

nothing calls this directly

Calls 1

SetObjectStatusMethod · 0.80

Tested by

no test coverage detected