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

Method EnableAllCellArrays

IO/Geometry/vtkFLUENTReader.cxx:877–880  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

875
876//------------------------------------------------------------------------------
877void vtkFLUENTReader::EnableAllCellArrays()
878{
879 this->CellDataArraySelection->EnableAllArrays();
880}
881
882//------------------------------------------------------------------------------
883void vtkFLUENTReader::DisableAllCellArrays()

Callers

nothing calls this directly

Calls 1

EnableAllArraysMethod · 0.80

Tested by

no test coverage detected