Skip to content
  • Mathieu Westphal (Kitware)'s avatar
    Rework of CellCenters · 8d87fbbf
    Mathieu Westphal (Kitware) authored
    CellCenters had incorrect behavior with vtkEmptyCells: the filter used to replace empty cells by uninitialized points and did not copy cell data to point data in this case.
    This change makes sure that vtkCellCenter do not create point for empty cells and ensure that point data are correctly mapped to input cell data.
    
    Code has also been modernized.
    Fix #17446
    8d87fbbf