#include <vtkImageComposite.h>
Inheritance diagram for vtkImageComposite:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetOutput (vtkStructuredPoints *output) |
vtkStructuredPoints * | GetOutput () |
vtkStructuredPoints * | GetOutput (int idx) |
void | AddInput (vtkImageData *) |
void | RemoveInput (vtkImageData *) |
vtkImageData * | GetInput (int idx) |
Static Public Methods | |
vtkImageComposite * | New () |
int | IsTypeOf (const char *type) |
vtkImageComposite * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageComposite () | |
~vtkImageComposite () | |
vtkImageComposite (const vtkImageComposite &) | |
void | operator= (const vtkImageComposite &) |
void | Execute () |
vtkImageComposite Takes a number of inputs of structured points with pixel data and zbuffer 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. |
|
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 vtkSource. |
|
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 vtkSource. |
|
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 vtkSource. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkSource. |
|
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 vtkSource. |
|
Set/Get the output of this source. |