VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkImageRenderManager Class Reference

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

#include <vtkImageRenderManager.h>

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

List of all members.

Public Types

typedef vtkParallelRenderManager Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkImageRenderManagerNewInstance () const
virtual void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkImageRenderManagerSafeDownCast (vtkObjectBase *o)
static vtkImageRenderManagerNew ()

Protected Member Functions

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

Detailed Description

An object to control sort-first parallel rendering.

vtkImageRenderManager is a subclass of vtkParallelRenderManager that uses RGBA compositing (blending) to do parallel rendering. This is the exact opposite of vtkCompositeRenderManager. It actually does nothing special. It relies on the rendering pipeline to be initialized with a vtkCompositeRGBAPass. Compositing makes sense only for renderers in layer 0.

See also:
vtkCompositeRGBAPass
Tests:
vtkImageRenderManager (Tests)

Definition at line 38 of file vtkImageRenderManager.h.


Member Typedef Documentation

Reimplemented from vtkParallelRenderManager.

Definition at line 41 of file vtkImageRenderManager.h.


Constructor & Destructor Documentation


Member Function Documentation

static int vtkImageRenderManager::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 vtkImageRenderManager::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* vtkImageRenderManager::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 vtkImageRenderManager::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.

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

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

Implements vtkParallelRenderManager.

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

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

Implements vtkParallelRenderManager.


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