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

Function DisableAllCellArrays

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

* Turn on/off all cell arrays. */

Source from the content-addressed store, hash-verified

128 * Turn on/off all cell arrays.
129 */
130 void DisableAllCellArrays() { this->DisableAllSelectionArrays(this->CellDataArraySelection); }
131 void EnableAllCellArrays() { this->EnableAllSelectionArrays(this->CellDataArraySelection); }
132
133 /**

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected