Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File 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)

Definition at line 69 of file vtkImageComposite.h.


Constructor & Destructor Documentation

vtkImageComposite::vtkImageComposite   [protected]
 

vtkImageComposite::~vtkImageComposite   [protected]
 

vtkImageComposite::vtkImageComposite const vtkImageComposite &    [inline, protected]
 

Definition at line 95 of file vtkImageComposite.h.


Member Function Documentation

vtkImageComposite* vtkImageComposite::New   [inline, static]
 

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

Reimplemented from vtkSource.

Definition at line 72 of file vtkImageComposite.h.

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.

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.

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.

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::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::SetOutput vtkStructuredPoints   output
 

Set/Get the output of this source.

vtkStructuredPoints* vtkImageComposite::GetOutput  
 

vtkStructuredPoints* vtkImageComposite::GetOutput int    idx [inline]
 

Reimplemented from vtkSource.

Definition at line 80 of file vtkImageComposite.h.

void vtkImageComposite::AddInput vtkImageData  
 

Add a dataset to the list of data to append.

void vtkImageComposite::RemoveInput vtkImageData  
 

Remove a dataset from the list of data to append.

vtkImageData* vtkImageComposite::GetInput int    idx
 

Get any input of this filter.

void vtkImageComposite::operator= const vtkImageComposite &    [inline, protected]
 

Definition at line 96 of file vtkImageComposite.h.

void vtkImageComposite::Execute   [protected, virtual]
 

Reimplemented from vtkSource.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 12:48:23 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001