vtkImageRenderManager Class Reference

#include <vtkImageRenderManager.h>

Inheritance diagram for vtkImageRenderManager:

Inheritance graph
[legend]
Collaboration diagram for vtkImageRenderManager:

Collaboration graph
[legend]

List of all members.


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 37 of file vtkImageRenderManager.h.


Public Types

typedef vtkParallelRenderManager Superclass

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

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

Member Typedef Documentation

Reimplemented from vtkParallelRenderManager.

Definition at line 40 of file vtkImageRenderManager.h.


Constructor & Destructor Documentation

vtkImageRenderManager::vtkImageRenderManager (  )  [protected]

vtkImageRenderManager::~vtkImageRenderManager (  )  [protected]


Member Function Documentation

virtual const char* vtkImageRenderManager::GetClassName (  )  [virtual]

Reimplemented from vtkParallelRenderManager.

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.

static vtkImageRenderManager* vtkImageRenderManager::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkParallelRenderManager.

static vtkImageRenderManager* vtkImageRenderManager::New (  )  [static]

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:

Generated on Wed Aug 24 11:42:00 2011 for VTK by  doxygen 1.5.6