Documentation for vtkAppendPolyData

vtkAppendPolyData - appends one or more polygonal datasets together

Super Class: vtkFilter

Description:

vtkAppendPolyData is a filter that appends one of more polygonal datasets into a single polygonal dataset. 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:

vtkAppendFilter

 

Methods:

void vtkAppendPolyData ()
void vtkAppendPolyData ()
static vtkAppendPolyData *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void AddInput (vtkPolyData *)
void RemoveInput (vtkPolyData *)
vtkPolyDataCollection *GetInput ()
void Update ()
vtkPolyData *GetOutput ()
void AddInput (vtkPolyData &)
void RemoveInput (vtkPolyData &)
void Execute ()

 

Detailed Method Descriptions:

Add a dataset to the list of data to append.

void AddInput (vtkPolyData *)

Remove a dataset from the list of data to append.

void RemoveInput (vtkPolyData *)

Override the default Update method since this filter has multiple inputs.

void Update ()

Get the output of this filter.

vtkPolyData *GetOutput ()

For legacy compatibility. Do not use.

void AddInput (vtkPolyData &)
void RemoveInput (vtkPolyData &)