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

Function GetNodeMapArrayStatus

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

Source from the content-addressed store, hash-verified

604 int GetNumberOfNodeMapArrays() { return this->GetNumberOfObjects(NODE_MAP); }
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);

Callers

nothing calls this directly

Calls 1

GetObjectStatusMethod · 0.80

Tested by

no test coverage detected