#include <vtkGroup.h>
Public Member Functions | |
vtkTypeRevisionMacro (vtkGroup, vtkSource) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | AddInput (vtkDataSet *in) |
virtual void | ComputeInputUpdateExtents (vtkDataObject *output) |
vtkDataSet * | GetInput (int idx) |
vtkDataSet * | GetInput () |
virtual int | GetNumberOfOutputs () |
vtkDataSet * | GetOutput (int idx) |
vtkDataSet * | GetOutput () |
Static Public Member Functions | |
vtkGroup * | New () |
Protected Member Functions | |
vtkGroup () | |
~vtkGroup () | |
virtual void | Execute () |
virtual void | ExecuteInformation () |
virtual void | PropagateUpdateExtent (vtkDataObject *output) |
vtkGroup is very simple. It takes multiple inputs and passes them to multiple outputs. There is a one to one relationship between inputs and outputs. The outputs are shallow copies of the corresponding inputs. This works in paraview because multiple outputs are groupd in the user interface.
Definition at line 32 of file vtkGroup.h.
|
|
|
|
|
|
|
|
|
|
|
Add a dataset to the list of data to append. |
|
Get any input of this filter. |
|
Get any input of this filter. Definition at line 46 of file vtkGroup.h. |
|
Get any input of this filter. |
|
Get any input of this filter. |
|
Get any input of this filter. Definition at line 54 of file vtkGroup.h. |
|
By default copy the output update extent to the input |
|
|
|
|
|
|