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

Function SetGlobalResultArrayStatus

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

Source from the content-addressed store, hash-verified

544 return this->GetObjectArrayStatus(GLOBAL, name);
545 }
546 void SetGlobalResultArrayStatus(const char* name, int flag)
547 {
548 this->SetObjectArrayStatus(GLOBAL, name, flag);
549 }
550
551 int GetNumberOfPointResultArrays() { return this->GetNumberOfObjectArrays(NODAL); }
552 const char* GetPointResultArrayName(int index) { return this->GetObjectArrayName(NODAL, index); }

Callers

nothing calls this directly

Calls 1

SetObjectArrayStatusMethod · 0.80

Tested by

no test coverage detected