Skip to content

Ghost data range

This MR adds a new API to vtkFieldData::GetRange and vtkFieldData::GetFiniteRange. A range computed by this method will skip ghost values that match vtkFieldData::GhostsToSkip, which can be set by the user.

vtkPointData and vtkCellData set a default value for GhostsToSkip: vtkDataSetAttributes::HIDDENPOINT and vtkDataSetAttributes::HIDDENCELL

Edited by Yohann Bearzi (Kitware)

Merge request reports