VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkClientServerSynchronizedRenderers Class Reference

#include <vtkClientServerSynchronizedRenderers.h>

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

List of all members.

Public Types

typedef vtkSynchronizedRenderers Superclass

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkClientServerSynchronizedRenderers ()
 ~vtkClientServerSynchronizedRenderers ()
virtual void MasterEndRender ()
virtual void SlaveEndRender ()

Detailed Description

vtkClientServerSynchronizedRenderers is a vtkSynchronizedRenderers subclass designed to be used in 2 processes, client-server mode.

Definition at line 27 of file vtkClientServerSynchronizedRenderers.h.


Member Typedef Documentation

Reimplemented from vtkSynchronizedRenderers.

Definition at line 32 of file vtkClientServerSynchronizedRenderers.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 vtkClientServerSynchronizedRenderers::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 vtkClientServerSynchronizedRenderers::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 vtkClientServerSynchronizedRenderers::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.

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

Reimplemented from vtkSynchronizedRenderers.

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

Reimplemented from vtkSynchronizedRenderers.


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