VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkCompositedSynchronizedRenderers Class Reference

#include <vtkCompositedSynchronizedRenderers.h>

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

List of all members.

Public Types

typedef vtkSynchronizedRenderers Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkCompositedSynchronizedRenderersNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
void SetCompositer (vtkCompositer *)
virtual vtkCompositerGetCompositer ()

Static Public Member Functions

static
vtkCompositedSynchronizedRenderers
New ()
static int IsTypeOf (const char *type)
static
vtkCompositedSynchronizedRenderers
SafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkCompositedSynchronizedRenderers ()
 ~vtkCompositedSynchronizedRenderers ()
virtual void MasterEndRender ()
virtual void SlaveEndRender ()
void CaptureRenderedDepthBuffer (vtkFloatArray *depth_buffer)

Protected Attributes

vtkCompositerCompositer

Detailed Description

vtkCompositedSynchronizedRenderers is vtkSynchronizedRenderers that uses vtkCompositer to composite the images on the root node.

Definition at line 30 of file vtkCompositedSynchronizedRenderers.h.


Member Typedef Documentation

Reimplemented from vtkSynchronizedRenderers.

Definition at line 34 of file vtkCompositedSynchronizedRenderers.h.


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkSynchronizedRenderers.

static int vtkCompositedSynchronizedRenderers::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 vtkSynchronizedRenderers.

virtual int vtkCompositedSynchronizedRenderers::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 vtkSynchronizedRenderers.

Reimplemented from vtkSynchronizedRenderers.

Reimplemented from vtkSynchronizedRenderers.

Reimplemented from vtkSynchronizedRenderers.

void vtkCompositedSynchronizedRenderers::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 vtkSynchronizedRenderers.

Get/Set the composite. vtkTreeCompositer is used by default.

Get/Set the composite. vtkTreeCompositer is used by default.

virtual void vtkCompositedSynchronizedRenderers::MasterEndRender ( ) [protected, virtual]

Reimplemented from vtkSynchronizedRenderers.

virtual void vtkCompositedSynchronizedRenderers::SlaveEndRender ( ) [protected, virtual]

Reimplemented from vtkSynchronizedRenderers.


Member Data Documentation

Definition at line 52 of file vtkCompositedSynchronizedRenderers.h.


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