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

Function EnableAllPointArrays

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

Source from the content-addressed store, hash-verified

170 */
171 void DisableAllPointArrays() { this->DisableAllSelectionArrays(this->PointDataArraySelection); }
172 void EnableAllPointArrays() { this->EnableAllSelectionArrays(this->PointDataArraySelection); }
173
174 /**
175 * Get the PointDataArraySelection object.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected