VTK
|
interpolate scalars, vectors, etc. and other dataset attributes More...
#include <vtkInterpolateDataSetAttributes.h>
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.
Reimplemented from vtkDataSetAlgorithm.
Definition at line 47 of file vtkInterpolateDataSetAttributes.h.
vtkInterpolateDataSetAttributes::vtkInterpolateDataSetAttributes | ( | ) | [protected] |
static vtkInterpolateDataSetAttributes* vtkInterpolateDataSetAttributes::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkDataSetAlgorithm.
static int vtkInterpolateDataSetAttributes::IsTypeOf | ( | const char * | name | ) | [static] |
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 vtkDataSetAlgorithm.
virtual int vtkInterpolateDataSetAttributes::IsA | ( | const char * | name | ) | [virtual] |
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 vtkDataSetAlgorithm.
static vtkInterpolateDataSetAttributes* vtkInterpolateDataSetAttributes::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkDataSetAlgorithm.
virtual vtkObjectBase* vtkInterpolateDataSetAttributes::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkDataSetAlgorithm.
Reimplemented from vtkDataSetAlgorithm.
void vtkInterpolateDataSetAttributes::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
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 vtkDataSetAlgorithm.
Return the list of inputs to this filter.
virtual void vtkInterpolateDataSetAttributes::SetT | ( | double | ) | [virtual] |
Specify interpolation parameter t.
virtual double vtkInterpolateDataSetAttributes::GetT | ( | ) | [virtual] |
Specify interpolation parameter t.
virtual void vtkInterpolateDataSetAttributes::ReportReferences | ( | vtkGarbageCollector * | ) | [protected, virtual] |
Reimplemented from vtkAlgorithm.
int vtkInterpolateDataSetAttributes::RequestData | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
This is called within ProcessRequest when a request asks the algorithm to do its work. This is the method you should override to do whatever the algorithm is designed to do. This happens during the fourth pass in the pipeline execution process.
Reimplemented from vtkDataSetAlgorithm.
int vtkInterpolateDataSetAttributes::FillInputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkDataSetAlgorithm.
Definition at line 68 of file vtkInterpolateDataSetAttributes.h.
double vtkInterpolateDataSetAttributes::T [protected] |
Definition at line 69 of file vtkInterpolateDataSetAttributes.h.