|
ParaView
|
proxy for view exporters. More...
#include <vtkSMExporterProxy.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Write ()=0 |
| virtual bool | CanExport (vtkSMProxy *)=0 |
| void | SetView (vtkSMViewProxy *view) |
| virtual vtkSMViewProxy * | GetView () |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkSMExporterProxy * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| virtual int | ReadXMLAttributes (vtkSMSessionProxyManager *pm, vtkPVXMLElement *element) |
| virtual void | SetFileExtension (const char *) |
Protected Attributes | |
| vtkSMViewProxy * | View |
| char * | FileExtension |
| virtual char * | GetFileExtension () |
| vtkSMExporterProxy () | |
| ~vtkSMExporterProxy () | |
proxy for view exporters.
vtkSMExporterProxy is a proxy for vtkExporter subclasses. It makes it possible to export render views using these exporters.
Definition at line 29 of file vtkSMExporterProxy.h.
| vtkSMExporterProxy::vtkSMExporterProxy | ( | ) | [protected] |
Returns the suggested file extension for this exporter.
| vtkSMExporterProxy::~vtkSMExporterProxy | ( | ) | [protected] |
Returns the suggested file extension for this exporter.
| virtual const char* vtkSMExporterProxy::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMProxy.
Reimplemented in vtkSMRenderViewExporterProxy, and vtkSMCSVExporterProxy.
| static int vtkSMExporterProxy::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMProxy.
Reimplemented in vtkSMRenderViewExporterProxy, and vtkSMCSVExporterProxy.
| virtual int vtkSMExporterProxy::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMProxy.
Reimplemented in vtkSMRenderViewExporterProxy, and vtkSMCSVExporterProxy.
| static vtkSMExporterProxy* vtkSMExporterProxy::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMProxy.
Reimplemented in vtkSMRenderViewExporterProxy, and vtkSMCSVExporterProxy.
| void vtkSMExporterProxy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMProxy.
Reimplemented in vtkSMRenderViewExporterProxy, and vtkSMCSVExporterProxy.
| void vtkSMExporterProxy::SetView | ( | vtkSMViewProxy * | view | ) |
Set the view proxy to export.
| virtual vtkSMViewProxy* vtkSMExporterProxy::GetView | ( | ) | [virtual] |
Set the view proxy to export.
| virtual void vtkSMExporterProxy::Write | ( | ) | [pure virtual] |
Exports the view.
Implemented in vtkSMRenderViewExporterProxy, and vtkSMCSVExporterProxy.
| virtual bool vtkSMExporterProxy::CanExport | ( | vtkSMProxy * | ) | [pure virtual] |
Returns if the view can be exported. Default implementation return true if the view is a render view.
Implemented in vtkSMRenderViewExporterProxy, and vtkSMCSVExporterProxy.
| virtual char* vtkSMExporterProxy::GetFileExtension | ( | ) | [virtual] |
Returns the suggested file extension for this exporter.
| virtual int vtkSMExporterProxy::ReadXMLAttributes | ( | vtkSMSessionProxyManager * | pm, |
| vtkPVXMLElement * | element | ||
| ) | [protected, virtual] |
Read attributes from an XML element.
Reimplemented from vtkSMProxy.
| virtual void vtkSMExporterProxy::SetFileExtension | ( | const char * | ) | [protected, virtual] |
vtkSMViewProxy* vtkSMExporterProxy::View [protected] |
Definition at line 59 of file vtkSMExporterProxy.h.
char* vtkSMExporterProxy::FileExtension [protected] |
Definition at line 61 of file vtkSMExporterProxy.h.
1.7.5.1