Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkInterpolateDataSetAttributes Class Reference

interpolate scalars, vectors, etc. and other dataset attributes. More...

#include <vtkInterpolateDataSetAttributes.h>

Inheritance diagram for vtkInterpolateDataSetAttributes:

Inheritance graph
[legend]
Collaboration diagram for vtkInterpolateDataSetAttributes:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
void AddInput (vtkDataSet *in)
vtkDataSetCollectionGetInputList ()
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

vtkDataSetCollectionInputList
float T

Detailed Description

interpolate scalars, vectors, etc. and other dataset attributes.

Date:
2000/12/10 20:08:41
Revision:
1.15

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

Examples:
vtkInterpolateDataSetAttributes (examples)

Definition at line 69 of file vtkInterpolateDataSetAttributes.h.


Constructor & Destructor Documentation

vtkInterpolateDataSetAttributes::vtkInterpolateDataSetAttributes   [protected]
 

vtkInterpolateDataSetAttributes::~vtkInterpolateDataSetAttributes   [protected]
 

vtkInterpolateDataSetAttributes::vtkInterpolateDataSetAttributes const vtkInterpolateDataSetAttributes &    [inline, protected]
 

Definition at line 89 of file vtkInterpolateDataSetAttributes.h.


Member Function Documentation

vtkInterpolateDataSetAttributes* vtkInterpolateDataSetAttributes::New   [static]
 

Instantiate object with no start, end, or progress methods.

Reimplemented from vtkDataSetSource.

virtual const char* vtkInterpolateDataSetAttributes::GetClassName   [virtual]
 

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.

int vtkInterpolateDataSetAttributes::IsTypeOf const char *    type [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 vtkDataSetToDataSetFilter.

virtual int vtkInterpolateDataSetAttributes::IsA const char *    type [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 vtkDataSetToDataSetFilter.

vtkInterpolateDataSetAttributes* vtkInterpolateDataSetAttributes::SafeDownCast vtkObject   o [static]
 

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.

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

void vtkInterpolateDataSetAttributes::AddInput vtkDataSet   in
 

Add a dataset to the list of data to interpolate.

vtkDataSetCollection* vtkInterpolateDataSetAttributes::GetInputList  
 

Return the list of inputs to this filter.

virtual void vtkInterpolateDataSetAttributes::SetT float    [virtual]
 

Specify interpolation parameter t.

virtual float vtkInterpolateDataSetAttributes::GetT   [virtual]
 

void vtkInterpolateDataSetAttributes::operator= const vtkInterpolateDataSetAttributes &    [inline, protected]
 

Definition at line 90 of file vtkInterpolateDataSetAttributes.h.

void vtkInterpolateDataSetAttributes::Execute   [protected, virtual]
 

Reimplemented from vtkSource.


Member Data Documentation

vtkDataSetCollection* vtkInterpolateDataSetAttributes::InputList [protected]
 

Definition at line 94 of file vtkInterpolateDataSetAttributes.h.

float vtkInterpolateDataSetAttributes::T [protected]
 

Definition at line 95 of file vtkInterpolateDataSetAttributes.h.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 12:52:25 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001