Skip to content

Append datasets

Cory Quammen requested to merge cory.quammen/vtk:append-datasets into master

Add vtkAppendDataSets

This class is intended as a replacement for vtkAppendFilter and vtkAppendPolyData. If the inputs are all vtkPolyData, the output will be a vtkPolyData. Otherwise, the output will be a vtkUnstructuredGrid.

This is the first step to support paraview/paraview#18708 (closed).

Merge request reports