#include <vtkImageRenderManager.h>
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.
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 vtkImageRenderManager * | SafeDownCast (vtkObject *o) |
static vtkImageRenderManager * | New () |
Protected Member Functions | |
vtkImageRenderManager () | |
~vtkImageRenderManager () | |
virtual void | PreRenderProcessing () |
virtual void | PostRenderProcessing () |
vtkImageRenderManager::vtkImageRenderManager | ( | ) | [protected] |
vtkImageRenderManager::~vtkImageRenderManager | ( | ) | [protected] |
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.