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

vtkTreeComposite Class Reference

Implements tree based compositing. More...

#include <vtkTreeComposite.h>

Inheritance diagram for vtkTreeComposite:

Inheritance graph
[legend]
Collaboration diagram for vtkTreeComposite:

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)

Static Public Methods

vtkTreeComposite * New ()
int IsTypeOf (const char *type)
vtkTreeComposite * SafeDownCast (vtkObject *o)

Protected Methods

 vtkTreeComposite ()
 ~vtkTreeComposite ()
 vtkTreeComposite (const vtkTreeComposite &)
void operator= (const vtkTreeComposite &)
virtual void CompositeBuffer (int width, int height, int useCharFlag, void *pBuf, float *zBuf, void *pTmp, float *zTmp)

Detailed Description

Implements tree based compositing.

Date:
2001/10/31 16:36:15
Revision:
1.16

vtkTreeComposite operates in multiple processes. Each compositer has a render window. They use vtkMultiProcessControllers to comunicate the color and depth buffer to process 0's render window. It will not handle transparency well. vtkCompositeManager.

Examples:
vtkTreeComposite (Examples)
Tests:
vtkTreeComposite (Tests)

Definition at line 92 of file vtkTreeComposite.h.


Constructor & Destructor Documentation

vtkTreeComposite::vtkTreeComposite   [protected]
 

vtkTreeComposite::~vtkTreeComposite   [protected]
 

vtkTreeComposite::vtkTreeComposite const vtkTreeComposite &    [protected]
 


Member Function Documentation

vtkTreeComposite* vtkTreeComposite::New   [static]
 

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkObject.

virtual const char* vtkTreeComposite::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 vtkCompositeManager.

int vtkTreeComposite::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 vtkCompositeManager.

virtual int vtkTreeComposite::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 vtkCompositeManager.

vtkTreeComposite* vtkTreeComposite::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 vtkCompositeManager.

void vtkTreeComposite::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 vtkCompositeManager.

void vtkTreeComposite::operator= const vtkTreeComposite &    [protected]
 

virtual void vtkTreeComposite::CompositeBuffer int    width,
int    height,
int    useCharFlag,
void *    pBuf,
float *    zBuf,
void *    pTmp,
float *    zTmp
[protected, virtual]
 

Reimplemented from vtkCompositeManager.


The documentation for this class was generated from the following file:
Generated on Thu Mar 28 14:44:36 2002 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001