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

Function GetEdgeSetArrayStatus

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

Source from the content-addressed store, hash-verified

652 int GetNumberOfEdgeSetArrays() { return this->GetNumberOfObjects(EDGE_SET); }
653 const char* GetEdgeSetArrayName(int index) { return this->GetObjectName(EDGE_SET, index); }
654 int GetEdgeSetArrayStatus(const char* name) { return this->GetObjectStatus(EDGE_SET, name); }
655 void SetEdgeSetArrayStatus(const char* name, int flag)
656 {
657 this->SetObjectStatus(EDGE_SET, name, flag);

Callers

nothing calls this directly

Calls 1

GetObjectStatusMethod · 0.80

Tested by

no test coverage detected