VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkCompositeRenderManager Class Reference

An object to control sort-last parallel rendering. More...

#include <vtkCompositeRenderManager.h>

Inheritance diagram for vtkCompositeRenderManager:
Inheritance graph
[legend]
Collaboration diagram for vtkCompositeRenderManager:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkParallelRenderManager Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkCompositeRenderManagerNewInstance () const
virtual void PrintSelf (ostream &os, vtkIndent indent)
void SetCompositer (vtkCompositer *c)
virtual vtkCompositerGetCompositer ()
virtual double GetImageProcessingTime ()

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkCompositeRenderManagerSafeDownCast (vtkObjectBase *o)
static vtkCompositeRenderManagerNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkCompositeRenderManager ()
 ~vtkCompositeRenderManager ()
virtual void PreRenderProcessing ()
virtual void PostRenderProcessing ()

Protected Attributes

vtkCompositerCompositer
vtkFloatArrayDepthData
vtkUnsignedCharArrayTmpPixelData
vtkFloatArrayTmpDepthData
int SavedMultiSamplesSetting

Detailed Description

An object to control sort-last parallel rendering.

vtkCompositeRenderManager is a subclass of vtkParallelRenderManager that uses compositing to do parallel rendering. This class has replaced vtkCompositeManager.

Examples:
vtkCompositeRenderManager (Examples)
Tests:
vtkCompositeRenderManager (Tests)

Definition at line 40 of file vtkCompositeRenderManager.h.


Member Typedef Documentation

Reimplemented from vtkParallelRenderManager.

Definition at line 43 of file vtkCompositeRenderManager.h.


Constructor & Destructor Documentation


Member Function Documentation

static int vtkCompositeRenderManager::IsTypeOf ( const char *  name) [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 vtkParallelRenderManager.

virtual int vtkCompositeRenderManager::IsA ( const char *  name) [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 vtkParallelRenderManager.

Reimplemented from vtkParallelRenderManager.

virtual vtkObjectBase* vtkCompositeRenderManager::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkParallelRenderManager.

Reimplemented from vtkParallelRenderManager.

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

Reimplemented from vtkObject.

virtual void vtkCompositeRenderManager::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 vtkParallelRenderManager.

Set/Get the composite algorithm.

Set/Get the composite algorithm.

Get rendering metrics.

Reimplemented from vtkParallelRenderManager.

virtual void vtkCompositeRenderManager::PreRenderProcessing ( ) [protected, virtual]

Here is a good place to handle processing of data before and after render.

Implements vtkParallelRenderManager.

virtual void vtkCompositeRenderManager::PostRenderProcessing ( ) [protected, virtual]

Here is a good place to handle processing of data before and after render.

Implements vtkParallelRenderManager.


Member Data Documentation

Definition at line 62 of file vtkCompositeRenderManager.h.

Definition at line 67 of file vtkCompositeRenderManager.h.

Definition at line 68 of file vtkCompositeRenderManager.h.

Definition at line 69 of file vtkCompositeRenderManager.h.

Definition at line 71 of file vtkCompositeRenderManager.h.


The documentation for this class was generated from the following file: