#include <vtkClientServerSynchronizedRenderers.h>
Definition at line 26 of file vtkClientServerSynchronizedRenderers.h.
Public Types | |
typedef vtkSynchronizedRenderers | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static vtkClientServerSynchronizedRenderers * | New () |
static int | IsTypeOf (const char *type) |
static vtkClientServerSynchronizedRenderers * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkClientServerSynchronizedRenderers () | |
~vtkClientServerSynchronizedRenderers () | |
virtual void | MasterEndRender () |
virtual void | SlaveEndRender () |
Reimplemented from vtkSynchronizedRenderers.
Definition at line 31 of file vtkClientServerSynchronizedRenderers.h.
vtkClientServerSynchronizedRenderers::vtkClientServerSynchronizedRenderers | ( | ) | [protected] |
vtkClientServerSynchronizedRenderers::~vtkClientServerSynchronizedRenderers | ( | ) | [protected] |
static vtkClientServerSynchronizedRenderers* vtkClientServerSynchronizedRenderers::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkSynchronizedRenderers.
virtual const char* vtkClientServerSynchronizedRenderers::GetClassName | ( | ) | [virtual] |
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 | ( | vtkObject * | o | ) | [static] |
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.