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

Function SetFaceSetArrayStatus

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

Source from the content-addressed store, hash-verified

661 const char* GetFaceSetArrayName(int index) { return this->GetObjectName(FACE_SET, index); }
662 int GetFaceSetArrayStatus(const char* name) { return this->GetObjectStatus(FACE_SET, name); }
663 void SetFaceSetArrayStatus(const char* name, int flag)
664 {
665 this->SetObjectStatus(FACE_SET, name, flag);
666 }
667
668 int GetNumberOfElementSetArrays() { return this->GetNumberOfObjects(ELEM_SET); }
669 const char* GetElementSetArrayName(int index) { return this->GetObjectName(ELEM_SET, index); }

Callers

nothing calls this directly

Calls 1

SetObjectStatusMethod · 0.80

Tested by

no test coverage detected