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

Function SetPointResultArrayStatus

IO/Exodus/vtkExodusIIReader.h:557–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555 return this->GetObjectArrayStatus(NODAL, name);
556 }
557 void SetPointResultArrayStatus(const char* name, int flag)
558 {
559 this->SetObjectArrayStatus(NODAL, name, flag);
560 }
561
562 int GetNumberOfEdgeResultArrays() { return this->GetNumberOfObjectArrays(EDGE_BLOCK); }
563 const char* GetEdgeResultArrayName(int index)

Callers

nothing calls this directly

Calls 1

SetObjectArrayStatusMethod · 0.80

Tested by

no test coverage detected