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

Method EnableAllCellArrays

IO/PIO/vtkPIOReader.cxx:328–331  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

326
327//------------------------------------------------------------------------------
328void vtkPIOReader::EnableAllCellArrays()
329{
330 this->CellDataArraySelection->EnableAllArrays();
331}
332
333//------------------------------------------------------------------------------
334void vtkPIOReader::DisableAllCellArrays()

Callers

nothing calls this directly

Calls 1

EnableAllArraysMethod · 0.80

Tested by

no test coverage detected