|
ParaView
|
Forwards calls to the vtkPVRenderView class. More...
#include <vtkPVRenderViewProxy.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual bool | LastRenderWasInteractive ()=0 |
| virtual void | EventuallyRender ()=0 |
| virtual vtkRenderWindow * | GetRenderWindow ()=0 |
| virtual void | Render ()=0 |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkPVRenderViewProxy * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVRenderViewProxy () | |
| ~vtkPVRenderViewProxy () | |
Forwards calls to the vtkPVRenderView class.
This class is used to allow separation between client GUI code and server code. It forwards calls to the vtkPVRenderView class.
Definition at line 33 of file vtkPVRenderViewProxy.h.
| vtkPVRenderViewProxy::vtkPVRenderViewProxy | ( | ) | [inline, protected] |
Definition at line 51 of file vtkPVRenderViewProxy.h.
| vtkPVRenderViewProxy::~vtkPVRenderViewProxy | ( | ) | [inline, protected] |
Definition at line 52 of file vtkPVRenderViewProxy.h.
| virtual const char* vtkPVRenderViewProxy::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkObject.
| static int vtkPVRenderViewProxy::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkObject.
| static vtkPVRenderViewProxy* vtkPVRenderViewProxy::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkObject.
| void vtkPVRenderViewProxy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkObject.
| virtual void vtkPVRenderViewProxy::EventuallyRender | ( | ) | [pure virtual] |
Forward these calls to an actual vtkPVRenderView in a sub class.
| virtual vtkRenderWindow* vtkPVRenderViewProxy::GetRenderWindow | ( | ) | [pure virtual] |
Forward these calls to an actual vtkPVRenderView in a sub class.
| virtual void vtkPVRenderViewProxy::Render | ( | ) | [pure virtual] |
Forward these calls to an actual vtkPVRenderView in a sub class.
| virtual bool vtkPVRenderViewProxy::LastRenderWasInteractive | ( | ) | [pure virtual] |
Returns true if the most recent render indeed employed low-res rendering.
1.7.5.1