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

Function GetFaceMapArrayStatus

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

Source from the content-addressed store, hash-verified

620 int GetNumberOfFaceMapArrays() { return this->GetNumberOfObjects(FACE_MAP); }
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);

Callers

nothing calls this directly

Calls 1

GetObjectStatusMethod · 0.80

Tested by

no test coverage detected