ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkPVRenderViewProxy Class Reference

Forwards calls to the vtkPVRenderView class. More...

#include <vtkPVRenderViewProxy.h>

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

List of all members.

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 vtkRenderWindowGetRenderWindow ()=0
virtual void Render ()=0

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkPVRenderViewProxySafeDownCast (vtkObject *o)

Protected Member Functions

 vtkPVRenderViewProxy ()
 ~vtkPVRenderViewProxy ()

Detailed Description

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.

See also:
vtkPVRenderModuleProxy

Definition at line 33 of file vtkPVRenderViewProxy.h.


Constructor & Destructor Documentation

vtkPVRenderViewProxy::vtkPVRenderViewProxy ( ) [inline, protected]

Definition at line 51 of file vtkPVRenderViewProxy.h.

vtkPVRenderViewProxy::~vtkPVRenderViewProxy ( ) [inline, protected]

Definition at line 52 of file vtkPVRenderViewProxy.h.


Member Function Documentation

virtual const char* vtkPVRenderViewProxy::GetClassName ( ) [virtual]

Reimplemented from vtkObject.

static int vtkPVRenderViewProxy::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkObject.

virtual int vtkPVRenderViewProxy::IsA ( const char *  type) [virtual]

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.


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