VTK
|
An object to control sort-last parallel rendering. More...
#include <vtkCompositeRenderManager.h>
Public Types | |
typedef vtkParallelRenderManager | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkCompositeRenderManager * | NewInstance () const |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetCompositer (vtkCompositer *c) |
virtual vtkCompositer * | GetCompositer () |
virtual double | GetImageProcessingTime () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkCompositeRenderManager * | SafeDownCast (vtkObjectBase *o) |
static vtkCompositeRenderManager * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkCompositeRenderManager () | |
~vtkCompositeRenderManager () | |
virtual void | PreRenderProcessing () |
virtual void | PostRenderProcessing () |
Protected Attributes | |
vtkCompositer * | Compositer |
vtkFloatArray * | DepthData |
vtkUnsignedCharArray * | TmpPixelData |
vtkFloatArray * | TmpDepthData |
int | SavedMultiSamplesSetting |
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.
Definition at line 40 of file vtkCompositeRenderManager.h.
Reimplemented from vtkParallelRenderManager.
Definition at line 43 of file vtkCompositeRenderManager.h.
vtkCompositeRenderManager::vtkCompositeRenderManager | ( | ) | [protected] |
vtkCompositeRenderManager::~vtkCompositeRenderManager | ( | ) | [protected] |
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.
static vtkCompositeRenderManager* vtkCompositeRenderManager::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkParallelRenderManager.
virtual vtkObjectBase* vtkCompositeRenderManager::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkParallelRenderManager.
Reimplemented from vtkParallelRenderManager.
static vtkCompositeRenderManager* vtkCompositeRenderManager::New | ( | ) | [static] |
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.
virtual vtkCompositer* vtkCompositeRenderManager::GetCompositer | ( | ) | [virtual] |
Set/Get the composite algorithm.
virtual double vtkCompositeRenderManager::GetImageProcessingTime | ( | ) | [virtual] |
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.
vtkCompositer* vtkCompositeRenderManager::Compositer [protected] |
Definition at line 62 of file vtkCompositeRenderManager.h.
vtkFloatArray* vtkCompositeRenderManager::DepthData [protected] |
Definition at line 67 of file vtkCompositeRenderManager.h.
Definition at line 68 of file vtkCompositeRenderManager.h.
vtkFloatArray* vtkCompositeRenderManager::TmpDepthData [protected] |
Definition at line 69 of file vtkCompositeRenderManager.h.
Definition at line 71 of file vtkCompositeRenderManager.h.