Resample with dataset (Probe)
Sample data attributes at the points of a dataset.
Probe is a filter that computes point attributes at specified point positions. The filter has two inputs: the Input and Source. The Input geometric structure is passed through the filter. The point attributes are computed at the Input point positions by interpolating into the source data. For example, we can compute data values on a plane (plane specified as Input) from a volume (Source). The cell data of the source data is copied to the output based on in which source cell each input point is. If an array of the same name existsboth in source's point and cell data, only the one from the point data is probed.

PropertyDescriptionDefault Value(s)Restrictions
Input
(Input)
This property specifies the dataset from which to obtain probe values.  

The selected object must be the result of the following: sources (includes readers), filters.

The dataset must contain a point or cell array.

The selected dataset must be one of the following types (or a subclass of one of them): vtkDataSet, vtkMultiGroupDataSet.

Multi-part datasets must have only one part.

 
Source
(Source)
This property specifies the dataset whose geometry will be used in determining positions to probe.  

The selected object must be the result of the following: sources (includes readers), filters.

The selected dataset must be one of the following types (or a subclass of one of them): vtkDataSet.