Skip to content

ProbeLineFilter: now accepts a 2nd input for lines

Timothee Chabat requested to merge timothee.chabat/vtk:probeCustomLines into master

vtkProbeLineFilter can now probe over multiple lines and poylines. The first input isthe dataset to probe. The second input is the dataset containing cells that are either lines or polylines that will be used to probe the first input.

Needs: !8440 (merged)

Edited by Timothee Chabat

Merge request reports