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

Function SetFaceMapArrayStatus

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

Source from the content-addressed store, hash-verified

621 const char* GetFaceMapArrayName(int index) { return this->GetObjectName(FACE_MAP, index); }
622 int GetFaceMapArrayStatus(const char* name) { return this->GetObjectStatus(FACE_MAP, name); }
623 void SetFaceMapArrayStatus(const char* name, int flag)
624 {
625 this->SetObjectStatus(FACE_MAP, name, flag);
626 }
627
628 int GetNumberOfElementMapArrays() { return this->GetNumberOfObjects(ELEM_MAP); }
629 const char* GetElementMapArrayName(int index) { return this->GetObjectName(ELEM_MAP, index); }

Callers

nothing calls this directly

Calls 1

SetObjectStatusMethod · 0.80

Tested by

no test coverage detected