#include <vtkInterpolateDataSetAttributes.h>
Inheritance diagram for vtkInterpolateDataSetAttributes:
vtkInterpolateDataSetAttributes is a filter that interpolates data set attribute values between input data sets. The input to the filter must be datasets of the same type, same number of cells, and same number of points. The output of the filter is a data set of the same type as the input dataset and whose attribute values have been interpolated at the parametric value specified.
The filter is used by specifying two or more input data sets (total of N), and a parametric value t (0 <= t <= N-1). The output will contain interpolated data set attributes common to all input data sets. (For example, if one input has scalars and vectors, and another has just scalars, then only scalars will be interpolated and output.)
Definition at line 53 of file vtkInterpolateDataSetAttributes.h.
Public Types | |
typedef vtkDataSetToDataSetFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | AddInput (vtkDataSet *in) |
vtkDataSetCollection * | GetInputList () |
virtual void | SetT (double) |
virtual double | GetT () |
Static Public Member Functions | |
vtkInterpolateDataSetAttributes * | New () |
int | IsTypeOf (const char *type) |
vtkInterpolateDataSetAttributes * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkInterpolateDataSetAttributes () | |
~vtkInterpolateDataSetAttributes () | |
virtual void | ReportReferences (vtkGarbageCollector *) |
virtual void | RemoveReferences () |
void | Execute () |
Protected Attributes | |
vtkDataSetCollection * | InputList |
double | T |
|
Reimplemented from vtkDataSetToDataSetFilter. Definition at line 57 of file vtkInterpolateDataSetAttributes.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkDataSetToDataSetFilter. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkDataSetToDataSetFilter. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkDataSetToDataSetFilter. |
|
Reimplemented from vtkDataSetToDataSetFilter. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkDataSetToDataSetFilter. |
|
Add a dataset to the list of data to interpolate. |
|
Return the list of inputs to this filter. |
|
Specify interpolation parameter t. |
|
Specify interpolation parameter t. |
|
Reimplemented from vtkSource. |
|
Reimplemented from vtkSource. |
|
This method is the old style execute method Reimplemented from vtkSource. |
|
Definition at line 81 of file vtkInterpolateDataSetAttributes.h. |
|
Definition at line 82 of file vtkInterpolateDataSetAttributes.h. |