Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Related Pages  

vtkImageComposite Class Reference

Composites multiple images. More...

#include <vtkImageComposite.h>

Inheritance diagram for vtkImageComposite:

Inheritance graph
[legend]
Collaboration diagram for vtkImageComposite:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
void SetOutput (vtkStructuredPoints *output)
vtkStructuredPointsGetOutput ()
vtkStructuredPointsGetOutput (int idx)
void AddInput (vtkImageData *)
void RemoveInput (vtkImageData *)
vtkImageDataGetInput (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 ()

Detailed Description

Composites multiple images.

Date:
2000/12/10 20:09:04
Revision:
1.12

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.

Notes:
Although this filter processes structured points, future plans are to have it produce vtkImageData and have it render select pieces of the image. Also, this filter ignores alpha (for now).
See also:
vtkRendererSource
Examples:
vtkImageComposite (examples)


Member Function Documentation

void vtkImageComposite::AddInput vtkImageData  
 

Add a dataset to the list of data to append.

virtual const char* vtkImageComposite::GetClassName   [virtual]
 

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.

vtkImageData* vtkImageComposite::GetInput int    idx
 

Get any input of this filter.

virtual int vtkImageComposite::IsA const char *    type [virtual]
 

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.

int vtkImageComposite::IsTypeOf const char *    type [static]
 

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.

vtkImageComposite* vtkImageComposite::New   [inline, static]
 

Instantiate object with no start, end, or progress methods.

Reimplemented from vtkSource.

void vtkImageComposite::PrintSelf ostream &    os,
vtkIndent    indent
[virtual]
 

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.

void vtkImageComposite::RemoveInput vtkImageData  
 

Remove a dataset from the list of data to append.

vtkImageComposite* vtkImageComposite::SafeDownCast vtkObject   o [static]
 

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.

void vtkImageComposite::SetOutput vtkStructuredPoints   output
 

Set/Get the output of this source.


The documentation for this class was generated from the following file:
Generated on Tue Mar 19 13:26:00 2002 for VTK by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002