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

Function EnableAllPatchArrays

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

Source from the content-addressed store, hash-verified

258 */
259 void DisableAllPatchArrays() { this->DisableAllSelectionArrays(this->PatchDataArraySelection); }
260 void EnableAllPatchArrays() { this->EnableAllSelectionArrays(this->PatchDataArraySelection); }
261
262 ///@{
263 /**

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected