Skip to content

line source enhancements

Utkarsh Ayachit requested to merge utkarsh.ayachit/vtk:hedgehog-filter into master

line source: add support for explicit sampling

vtkLineSource now support ability to manually specify the locations along the line segment(s) where to add intermediate sample points.

This is needed to addresses paraview/paraview#19236 (closed).

Merge request reports