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

Function SetFaceBlockArrayStatus

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

Source from the content-addressed store, hash-verified

519 const char* GetFaceBlockArrayName(int index) { return this->GetObjectName(FACE_BLOCK, index); }
520 int GetFaceBlockArrayStatus(const char* name) { return this->GetObjectStatus(FACE_BLOCK, name); }
521 void SetFaceBlockArrayStatus(const char* name, int flag)
522 {
523 this->SetObjectStatus(FACE_BLOCK, name, flag);
524 }
525
526 int GetNumberOfElementBlockArrays() { return this->GetNumberOfObjects(ELEM_BLOCK); }
527 const char* GetElementBlockArrayName(int index) { return this->GetObjectName(ELEM_BLOCK, index); }

Callers

nothing calls this directly

Calls 1

SetObjectStatusMethod · 0.80

Tested by

no test coverage detected