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

Function SetPointArrayStatus

IO/Geometry/vtkOpenFOAMReader.h:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 return this->GetSelectionArrayStatus(this->PointDataArraySelection, name);
153 }
154 void SetPointArrayStatus(const char* name, int status)
155 {
156 this->SetSelectionArrayStatus(this->PointDataArraySelection, name, status);
157 }
158
159 /**
160 * Get the name of the point array with the given index in

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected