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

Function GetElementBlockArrayStatus

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

Source from the content-addressed store, hash-verified

526 int GetNumberOfElementBlockArrays() { return this->GetNumberOfObjects(ELEM_BLOCK); }
527 const char* GetElementBlockArrayName(int index) { return this->GetObjectName(ELEM_BLOCK, index); }
528 int GetElementBlockArrayStatus(const char* name)
529 {
530 return this->GetObjectStatus(ELEM_BLOCK, name);
531 }
532 void SetElementBlockArrayStatus(const char* name, int flag)
533 {
534 this->SetObjectStatus(ELEM_BLOCK, name, flag);

Callers

nothing calls this directly

Calls 1

GetObjectStatusMethod · 0.80

Tested by

no test coverage detected