VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkInterpolateDataSetAttributes Class Reference

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)
 
vtkInterpolateDataSetAttributesNewInstance () 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
 

Detailed Description

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.)

Tests:
vtkInterpolateDataSetAttributes (Tests)

Definition at line 43 of file vtkInterpolateDataSetAttributes.h.

Member Typedef Documentation

typedef vtkDataSetAlgorithm vtkInterpolateDataSetAttributes::Superclass

Definition at line 47 of file vtkInterpolateDataSetAttributes.h.

Constructor & Destructor Documentation

vtkInterpolateDataSetAttributes::vtkInterpolateDataSetAttributes ( )
protected
vtkInterpolateDataSetAttributes::~vtkInterpolateDataSetAttributes ( )
protected

Member Function Documentation

static vtkInterpolateDataSetAttributes* vtkInterpolateDataSetAttributes::New ( )
static
static int vtkInterpolateDataSetAttributes::IsTypeOf ( const char *  type)
static
virtual int vtkInterpolateDataSetAttributes::IsA ( const char *  type)
virtual
static vtkInterpolateDataSetAttributes* vtkInterpolateDataSetAttributes::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkInterpolateDataSetAttributes::NewInstanceInternal ( ) const
protectedvirtual
vtkInterpolateDataSetAttributes* vtkInterpolateDataSetAttributes::NewInstance ( ) const
void vtkInterpolateDataSetAttributes::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
vtkDataSetCollection* vtkInterpolateDataSetAttributes::GetInputList ( )

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 *  )
protectedvirtual
int vtkInterpolateDataSetAttributes::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protected
int vtkInterpolateDataSetAttributes::FillInputPortInformation ( int  port,
vtkInformation *  info 
)
protected

Member Data Documentation

vtkDataSetCollection* vtkInterpolateDataSetAttributes::InputList
protected

Definition at line 68 of file vtkInterpolateDataSetAttributes.h.

double vtkInterpolateDataSetAttributes::T
protected

Definition at line 69 of file vtkInterpolateDataSetAttributes.h.


The documentation for this class was generated from the following file: