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

Function SetSideSetResultArrayStatus

IO/Exodus/vtkExodusIIReader.h:699–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697 return this->GetObjectArrayStatus(SIDE_SET, name);
698 }
699 void SetSideSetResultArrayStatus(const char* name, int flag)
700 {
701 this->SetObjectArrayStatus(SIDE_SET, name, flag);
702 }
703
704 int GetNumberOfEdgeSetResultArrays() { return this->GetNumberOfObjectArrays(EDGE_SET); }
705 const char* GetEdgeSetResultArrayName(int index)

Callers

nothing calls this directly

Calls 1

SetObjectArrayStatusMethod · 0.80

Tested by

no test coverage detected