VTK
|
interpolate scalars, vectors, etc. and other dataset attributes More...
#include <vtkInterpolateDataSetAttributes.h>
Inherits vtkDataSetAlgorithm.
Public Types | |
typedef vtkDataSetAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkInterpolateDataSetAttributes * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkDataSetCollection * | GetInputList () |
virtual void | SetT (double) |
virtual double | GetT () |
Static Public Member Functions | |
static vtkInterpolateDataSetAttributes * | New () |
static int | IsTypeOf (const char *type) |
static vtkInterpolateDataSetAttributes * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkInterpolateDataSetAttributes () | |
~vtkInterpolateDataSetAttributes () | |
virtual void | ReportReferences (vtkGarbageCollector *) |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
int | FillInputPortInformation (int port, vtkInformation *info) |
Protected Attributes | |
vtkDataSetCollection * | InputList |
double | T |
interpolate scalars, vectors, etc. and other dataset attributes
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 43 of file vtkInterpolateDataSetAttributes.h.
typedef vtkDataSetAlgorithm vtkInterpolateDataSetAttributes::Superclass |
Definition at line 47 of file vtkInterpolateDataSetAttributes.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkInterpolateDataSetAttributes* vtkInterpolateDataSetAttributes::NewInstance | ( | ) | const |
void vtkInterpolateDataSetAttributes::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
vtkDataSetCollection* vtkInterpolateDataSetAttributes::GetInputList | ( | ) |
Return the list of inputs to this filter.
|
virtual |
Specify interpolation parameter t.
|
virtual |
Specify interpolation parameter t.
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
Definition at line 68 of file vtkInterpolateDataSetAttributes.h.
|
protected |
Definition at line 69 of file vtkInterpolateDataSetAttributes.h.