Documentation for vtkAppendFilter

vtkAppendFilter - appends one or more datasets together into a single unstructured grid

Super Class: vtkDataSetToUnstructuredGridFilter

Description:

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

 

Methods:

void vtkAppendFilter ()
void vtkAppendFilter ()
static vtkAppendFilter *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void AddInput (vtkDataSet *)
void RemoveInput (vtkDataSet *)
vtkDataSetCollection *GetInputList ()
void Update ()
void AddInput (vtkDataSet &)
void RemoveInput (vtkDataSet &)
void Execute ()

 

Detailed Method Descriptions:

Add a dataset to the list of data to append.

void AddInput (vtkDataSet *)

Remove a dataset from the list of data to append.

void RemoveInput (vtkDataSet *)

For legacy compatibility. Do not use.

void AddInput (vtkDataSet &)