#include <vtkPVRenderViewProxy.h>
Inheritance diagram for vtkPVRenderViewProxy:
Public Member Functions | |
vtkTypeRevisionMacro (vtkPVRenderViewProxy, vtkObject) | |
virtual void | EventuallyRender ()=0 |
virtual vtkRenderWindow * | GetRenderWindow ()=0 |
virtual void | Render ()=0 |
Protected Member Functions | |
vtkPVRenderViewProxy () | |
~vtkPVRenderViewProxy () |
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.
|
Definition at line 45 of file vtkPVRenderViewProxy.h. |
|
Definition at line 46 of file vtkPVRenderViewProxy.h. |
|
|
|
Forward these calls to an actual vtkPVRenderView in a sub class. Implemented in vtkPVRenderViewProxyImplementation. |
|
Forward these calls to an actual vtkPVRenderView in a sub class. Implemented in vtkPVRenderViewProxyImplementation. |
|
Forward these calls to an actual vtkPVRenderView in a sub class. Implemented in vtkPVRenderViewProxyImplementation. |