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

Function SetEdgeSetArrayStatus

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

Source from the content-addressed store, hash-verified

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);
658 }
659
660 int GetNumberOfFaceSetArrays() { return this->GetNumberOfObjects(FACE_SET); }
661 const char* GetFaceSetArrayName(int index) { return this->GetObjectName(FACE_SET, index); }

Callers

nothing calls this directly

Calls 1

SetObjectStatusMethod · 0.80

Tested by

no test coverage detected