VTK
|
#include <vtkClientServerSynchronizedRenderers.h>
Public Types | |
typedef vtkSynchronizedRenderers | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkClientServerSynchronizedRenderers * | NewInstance () 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 vtkObjectBase * | NewInstanceInternal () const |
vtkClientServerSynchronizedRenderers () | |
~vtkClientServerSynchronizedRenderers () | |
virtual void | MasterEndRender () |
virtual void | SlaveEndRender () |
vtkClientServerSynchronizedRenderers is a vtkSynchronizedRenderers subclass designed to be used in 2 processes, client-server mode.
Definition at line 27 of file vtkClientServerSynchronizedRenderers.h.
Reimplemented from vtkSynchronizedRenderers.
Definition at line 32 of file vtkClientServerSynchronizedRenderers.h.
static vtkClientServerSynchronizedRenderers* vtkClientServerSynchronizedRenderers::New | ( | ) | [static] |
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.
static vtkClientServerSynchronizedRenderers* vtkClientServerSynchronizedRenderers::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkSynchronizedRenderers.
virtual vtkObjectBase* vtkClientServerSynchronizedRenderers::NewInstanceInternal | ( | ) | const [protected, virtual] |
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.