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

Method DisableAllCellArrays

IO/Geometry/vtkFLUENTReader.cxx:883–886  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

881
882//------------------------------------------------------------------------------
883void vtkFLUENTReader::DisableAllCellArrays()
884{
885 this->CellDataArraySelection->DisableAllArrays();
886}
887
888//------------------------------------------------------------------------------
889vtkDataArraySelection* vtkFLUENTReader::GetZoneSectionSelection()

Callers

nothing calls this directly

Calls 1

DisableAllArraysMethod · 0.80

Tested by

no test coverage detected