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

vtkAppendFilter Class Reference

appends one or more datasets together into a single unstructured grid. More...

#include <vtkAppendFilter.h>

Inheritance diagram for vtkAppendFilter:

Inheritance graph
[legend]
Collaboration diagram for vtkAppendFilter:

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)
vtkDataSetGetInput (int idx)
vtkDataSetGetInput ()
void RemoveInput (vtkDataSet *in)
vtkDataSetCollectionGetInputList ()
void AddInput (vtkDataSet &in)
void RemoveInput (vtkDataSet &in)

Static Public Methods

vtkAppendFilter * New ()
int IsTypeOf (const char *type)
vtkAppendFilter * SafeDownCast (vtkObject *o)

Protected Methods

 vtkAppendFilter ()
 ~vtkAppendFilter ()
 vtkAppendFilter (const vtkAppendFilter &)
void operator= (const vtkAppendFilter &)
void Execute ()

Protected Attributes

vtkDataSetCollectionInputList

Detailed Description

appends one or more datasets together into a single unstructured grid.

Date:
2000/12/10 20:08:29
Revision:
1.37

vtkAppendFilter is a filter that appends one of more datasets into a single unstructured grid. All geometry is extracted and appended, but point attributes (i.e., scalars, vectors, normals) are extracted and appended only if all datasets have the point attributes available. (For example, if one dataset has scalars but another does not, scalars will not be appended.)

See also:
vtkAppendPolyData
Examples:
vtkAppendFilter (examples)

Definition at line 65 of file vtkAppendFilter.h.


Constructor & Destructor Documentation

vtkAppendFilter::vtkAppendFilter   [protected]
 

vtkAppendFilter::~vtkAppendFilter   [protected]
 

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

Definition at line 99 of file vtkAppendFilter.h.


Member Function Documentation

vtkAppendFilter* vtkAppendFilter::New   [static]
 

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

Reimplemented from vtkUnstructuredGridSource.

virtual const char* vtkAppendFilter::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 vtkDataSetToUnstructuredGridFilter.

int vtkAppendFilter::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 vtkDataSetToUnstructuredGridFilter.

virtual int vtkAppendFilter::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 vtkDataSetToUnstructuredGridFilter.

vtkAppendFilter* vtkAppendFilter::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 vtkDataSetToUnstructuredGridFilter.

void vtkAppendFilter::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 vtkAppendFilter::AddInput vtkDataSet   in
 

Add a dataset to the list of data to append.

vtkDataSet* vtkAppendFilter::GetInput int    idx
 

Get any input of this filter.

vtkDataSet* vtkAppendFilter::GetInput   [inline]
 

Reimplemented from vtkDataSetToUnstructuredGridFilter.

Definition at line 78 of file vtkAppendFilter.h.

void vtkAppendFilter::RemoveInput vtkDataSet   in
 

Remove a dataset from the list of data to append.

vtkDataSetCollection* vtkAppendFilter::GetInputList  
 

Returns a copy of the input array. Modifications to this list will not be reflected in the actual inputs.

void vtkAppendFilter::AddInput vtkDataSet   in [inline]
 

For legacy compatibility. Do not use.

Definition at line 90 of file vtkAppendFilter.h.

void vtkAppendFilter::RemoveInput vtkDataSet   in [inline]
 

Definition at line 92 of file vtkAppendFilter.h.

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

Definition at line 100 of file vtkAppendFilter.h.

void vtkAppendFilter::Execute   [protected, virtual]
 

Reimplemented from vtkSource.


Member Data Documentation

vtkDataSetCollection* vtkAppendFilter::InputList [protected]
 

Definition at line 106 of file vtkAppendFilter.h.


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