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

Function DisableAllPatchArrays

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

* Turn on/off all Patches including the Internal Mesh. */

Source from the content-addressed store, hash-verified

257 * Turn on/off all Patches including the Internal Mesh.
258 */
259 void DisableAllPatchArrays() { this->DisableAllSelectionArrays(this->PatchDataArraySelection); }
260 void EnableAllPatchArrays() { this->EnableAllSelectionArrays(this->PatchDataArraySelection); }
261
262 ///@{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected