Skip to content

SMP filter for probing images

David Gobbi requested to merge dgobbi/vtk:image-probe-filter2 into master

This filter is very similar to vtkProbeFilter in its interface and functionality, but is specialized for Source data that is vtkImageData. It interpolates the vtkImageData at points specified by the Input data, where the Input can be any vtkDataSet. It uses vtkSMPTools to parallelize over the points of the Input data set.

Backport: release

Edited by Ben Boeckel

Merge request reports