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

Function GetFaceSetArrayStatus

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

Source from the content-addressed store, hash-verified

660 int GetNumberOfFaceSetArrays() { return this->GetNumberOfObjects(FACE_SET); }
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);

Callers

nothing calls this directly

Calls 1

GetObjectStatusMethod · 0.80

Tested by

no test coverage detected