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

Function GetPointResultArrayStatus

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

Source from the content-addressed store, hash-verified

551 int GetNumberOfPointResultArrays() { return this->GetNumberOfObjectArrays(NODAL); }
552 const char* GetPointResultArrayName(int index) { return this->GetObjectArrayName(NODAL, index); }
553 int GetPointResultArrayStatus(const char* name)
554 {
555 return this->GetObjectArrayStatus(NODAL, name);
556 }
557 void SetPointResultArrayStatus(const char* name, int flag)
558 {
559 this->SetObjectArrayStatus(NODAL, name, flag);

Callers

nothing calls this directly

Calls 1

GetObjectArrayStatusMethod · 0.80

Tested by

no test coverage detected