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:
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:
void AddInput (vtkDataSet *) |
void RemoveInput (vtkDataSet *) |
void AddInput (vtkDataSet &) |