#include <vtkInterpolateDataSetAttributes.h>
Inheritance diagram for vtkInterpolateDataSetAttributes:
Public Methods | |
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 (float) |
virtual float | GetT () |
Static Public Methods | |
vtkInterpolateDataSetAttributes * | New () |
int | IsTypeOf (const char *type) |
vtkInterpolateDataSetAttributes * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkInterpolateDataSetAttributes () | |
~vtkInterpolateDataSetAttributes () | |
vtkInterpolateDataSetAttributes (const vtkInterpolateDataSetAttributes &) | |
void | operator= (const vtkInterpolateDataSetAttributes &) |
void | Execute () |
Protected Attributes | |
vtkDataSetCollection * | InputList |
float | T |
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 69 of file vtkInterpolateDataSetAttributes.h.
|
|
|
|
|
Definition at line 89 of file vtkInterpolateDataSetAttributes.h. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkDataSetSource. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. 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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkDataSetToDataSetFilter. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. 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 vtkSource. |
|
Add a dataset to the list of data to interpolate. |
|
Return the list of inputs to this filter. |
|
Specify interpolation parameter t. |
|
|
|
Definition at line 90 of file vtkInterpolateDataSetAttributes.h. |
|
Reimplemented from vtkSource. |
|
Definition at line 94 of file vtkInterpolateDataSetAttributes.h. |
|
Definition at line 95 of file vtkInterpolateDataSetAttributes.h. |