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

Function GetEdgeMapArrayStatus

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

Source from the content-addressed store, hash-verified

612 int GetNumberOfEdgeMapArrays() { return this->GetNumberOfObjects(EDGE_MAP); }
613 const char* GetEdgeMapArrayName(int index) { return this->GetObjectName(EDGE_MAP, index); }
614 int GetEdgeMapArrayStatus(const char* name) { return this->GetObjectStatus(EDGE_MAP, name); }
615 void SetEdgeMapArrayStatus(const char* name, int flag)
616 {
617 this->SetObjectStatus(EDGE_MAP, name, flag);

Callers

nothing calls this directly

Calls 1

GetObjectStatusMethod · 0.80

Tested by

no test coverage detected