Skip to content

New `vtkExtractcellsAlongPolyLine`

There are quite a few changes in this MR:

  • New vtkDataSet::GetCellSize(vtkIdType cellId) API
  • Bug fix in data certain data arrays method InsertTuplesStartingAt.
  • New vtkExtractCellsAlongPolyLine filter that extract the cells of the input that are intesected by lines in a source provided by the user.

Adresses paraview/paraview#19676 (closed)

Edited by Yohann Bearzi (Kitware)

Merge request reports