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

Function SetElementBlockArrayStatus

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

Source from the content-addressed store, hash-verified

530 return this->GetObjectStatus(ELEM_BLOCK, name);
531 }
532 void SetElementBlockArrayStatus(const char* name, int flag)
533 {
534 this->SetObjectStatus(ELEM_BLOCK, name, flag);
535 }
536
537 int GetNumberOfGlobalResultArrays() { return this->GetNumberOfObjectArrays(GLOBAL); }
538 const char* GetGlobalResultArrayName(int index)

Callers

nothing calls this directly

Calls 1

SetObjectStatusMethod · 0.80

Tested by

no test coverage detected