VTK
vtkResampleWithDataset Class Reference

sample point and cell data of a dataset on points from another dataset. More...

#include <vtkResampleWithDataSet.h>

Detailed Description

sample point and cell data of a dataset on points from another dataset.

Similar to vtkCompositeDataProbeFilter, vtkResampleWithDataset takes two inputs - Input and Source, and samples the point and cell values of Source on to the point locations of Input. The output has the same structure as Input but its point data have the resampled values from Source. Unlike vtkCompositeDataProbeFilter, this filter support composite datasets for both Input and Source.

See also
vtkCompositeDataProbeFilter vtkResampleToImage

The documentation for this class was generated from the following file: