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

Function GetElementMapArrayStatus

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

Source from the content-addressed store, hash-verified

628 int GetNumberOfElementMapArrays() { return this->GetNumberOfObjects(ELEM_MAP); }
629 const char* GetElementMapArrayName(int index) { return this->GetObjectName(ELEM_MAP, index); }
630 int GetElementMapArrayStatus(const char* name) { return this->GetObjectStatus(ELEM_MAP, name); }
631 void SetElementMapArrayStatus(const char* name, int flag)
632 {
633 this->SetObjectStatus(ELEM_MAP, name, flag);

Callers

nothing calls this directly

Calls 1

GetObjectStatusMethod · 0.80

Tested by

no test coverage detected