#include <vtkCompositeRenderManager.h>
Inheritance diagram for vtkCompositeRenderManager:
vtkCompositeRenderManager is a subclass of vtkParallelRenderManager that uses compositing to do parallel rendering. This class has replaced vtkCompositeManager.
Definition at line 50 of file vtkCompositeRenderManager.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) |
void | SetCompositer (vtkCompositer *c) |
virtual vtkCompositer * | GetCompositer () |
virtual double | GetImageProcessingTime () |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkCompositeRenderManager * | SafeDownCast (vtkObject *o) |
vtkCompositeRenderManager * | New () |
Protected Member Functions | |
vtkCompositeRenderManager () | |
~vtkCompositeRenderManager () | |
virtual void | PreRenderProcessing () |
virtual void | PostRenderProcessing () |
Protected Attributes | |
vtkCompositer * | Compositer |
vtkFloatArray * | DepthData |
vtkUnsignedCharArray * | TmpPixelData |
vtkFloatArray * | TmpDepthData |
|
Reimplemented from vtkParallelRenderManager. Definition at line 53 of file vtkCompositeRenderManager.h. |
|
|
|
|
|
Reimplemented from vtkParallelRenderManager. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkParallelRenderManager. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. 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. |
|
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. |
|
Here is a good place to handle processing of data before and after render. Implements vtkParallelRenderManager. |
|
Here is a good place to handle processing of data before and after render. Implements vtkParallelRenderManager. |
|
Definition at line 72 of file vtkCompositeRenderManager.h. |
|
Definition at line 77 of file vtkCompositeRenderManager.h. |
|
Definition at line 78 of file vtkCompositeRenderManager.h. |
|
Definition at line 79 of file vtkCompositeRenderManager.h. |