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

Function EnableAllLagrangianArrays

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

Source from the content-addressed store, hash-verified

214 this->DisableAllSelectionArrays(this->LagrangianDataArraySelection);
215 }
216 void EnableAllLagrangianArrays()
217 {
218 this->EnableAllSelectionArrays(this->LagrangianDataArraySelection);
219 }
220
221 /**
222 * Get the PatchDataArraySelection object.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected