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

Function DisableAllLagrangianArrays

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

* Turn on/off all Lagrangian arrays. */

Source from the content-addressed store, hash-verified

210 * Turn on/off all Lagrangian arrays.
211 */
212 void DisableAllLagrangianArrays()
213 {
214 this->DisableAllSelectionArrays(this->LagrangianDataArraySelection);
215 }
216 void EnableAllLagrangianArrays()
217 {
218 this->EnableAllSelectionArrays(this->LagrangianDataArraySelection);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected