#include <vtkCompositeFilter.h>
Inheritance diagram for vtkCompositeFilter:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | AddInput (vtkStructuredPoints *) |
void | RemoveInput (vtkStructuredPoints *) |
vtkStructuredPoints * | GetInput (int idx) |
Static Public Methods | |
vtkCompositeFilter * | New () |
int | IsTypeOf (const char *type) |
vtkCompositeFilter * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkCompositeFilter () | |
~vtkCompositeFilter () | |
vtkCompositeFilter (const vtkCompositeFilter &) | |
void | operator= (const vtkCompositeFilter &) |
void | Execute () |
int | ComputeInputUpdateExtents (vtkDataObject *data) |
vtkCompositeFilter Takes a number of inputs of structured points with pixel data and z-buffer data, and composites them into one. The pixel data should be stored in point scalars, and the z buffer data should be stored in a point field called ZBuffer. This is the format produced by vtkRendererSource.
|
Add a dataset to the list of data to append. |
|
What is the input update extent that is required to produce the desired output? By default, the whole input is always required but this is overridden in many subclasses. Reimplemented from vtkSource. |
|
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 vtkStructuredPointsToStructuredPointsFilter. |
|
Get any input of this filter. |
|
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 vtkStructuredPointsToStructuredPointsFilter. |
|
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 vtkStructuredPointsToStructuredPointsFilter. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkStructuredPointsSource. |
|
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. |
|
Remove a dataset from the list of data to append. |
|
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 vtkStructuredPointsToStructuredPointsFilter. |