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

Function DisableAllPointArrays

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

* Turn on/off all point arrays. */

Source from the content-addressed store, hash-verified

169 * Turn on/off all point arrays.
170 */
171 void DisableAllPointArrays() { this->DisableAllSelectionArrays(this->PointDataArraySelection); }
172 void EnableAllPointArrays() { this->EnableAllSelectionArrays(this->PointDataArraySelection); }
173
174 /**

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected