|
ParaView
|
proxy for vtkExporter subclasses which work with render windows. More...
#include <vtkSMRenderViewExporterProxy.h>


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 () | |
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.
| vtkSMRenderViewExporterProxy::vtkSMRenderViewExporterProxy | ( | ) | [protected] |
| vtkSMRenderViewExporterProxy::~vtkSMRenderViewExporterProxy | ( | ) | [protected] |
| 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.
1.7.5.1