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

Function SetElementResultArrayStatus

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

Source from the content-addressed store, hash-verified

597 return this->GetObjectArrayStatus(ELEM_BLOCK, name);
598 }
599 void SetElementResultArrayStatus(const char* name, int flag)
600 {
601 this->SetObjectArrayStatus(ELEM_BLOCK, name, flag);
602 }
603
604 int GetNumberOfNodeMapArrays() { return this->GetNumberOfObjects(NODE_MAP); }
605 const char* GetNodeMapArrayName(int index) { return this->GetObjectName(NODE_MAP, index); }

Callers

nothing calls this directly

Calls 1

SetObjectArrayStatusMethod · 0.80

Tested by

no test coverage detected