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

proxy for vtkExporter subclasses which work with render windows. More...

#include <vtkSMRenderViewExporterProxy.h>

Inheritance diagram for vtkSMRenderViewExporterProxy:
Inheritance graph
[legend]
Collaboration diagram for vtkSMRenderViewExporterProxy:
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 void Write ()
virtual bool CanExport (vtkSMProxy *)

Static Public Member Functions

static
vtkSMRenderViewExporterProxy
New ()
static int IsTypeOf (const char *type)
static
vtkSMRenderViewExporterProxy
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSMRenderViewExporterProxy ()
 ~vtkSMRenderViewExporterProxy ()

Detailed Description

proxy for vtkExporter subclasses which work with render windows.

vtkSMRenderViewExporterProxy is a proxy for vtkExporter subclasses. It makes it possible to export render views using these exporters.

Definition at line 28 of file vtkSMRenderViewExporterProxy.h.


Constructor & Destructor Documentation

vtkSMRenderViewExporterProxy::vtkSMRenderViewExporterProxy ( ) [protected]
vtkSMRenderViewExporterProxy::~vtkSMRenderViewExporterProxy ( ) [protected]

Member Function Documentation

static vtkSMRenderViewExporterProxy* vtkSMRenderViewExporterProxy::New ( ) [static]

Reimplemented from vtkSMProxy.

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

Reimplemented from vtkSMExporterProxy.

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

Reimplemented from vtkSMExporterProxy.

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

Reimplemented from vtkSMExporterProxy.

static vtkSMRenderViewExporterProxy* vtkSMRenderViewExporterProxy::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkSMExporterProxy.

void vtkSMRenderViewExporterProxy::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkSMExporterProxy.

virtual void vtkSMRenderViewExporterProxy::Write ( ) [virtual]

Exports the view.

Implements vtkSMExporterProxy.

virtual bool vtkSMRenderViewExporterProxy::CanExport ( vtkSMProxy ) [virtual]

Returns if the view can be exported. Default implementation return true if the view is a render view.

Implements vtkSMExporterProxy.


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