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

Function EnableAllCellArrays

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

Source from the content-addressed store, hash-verified

129 */
130 void DisableAllCellArrays() { this->DisableAllSelectionArrays(this->CellDataArraySelection); }
131 void EnableAllCellArrays() { this->EnableAllSelectionArrays(this->CellDataArraySelection); }
132
133 /**
134 * Get the PointDataArraySelection object.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected