ParaView
|
A writer for XML camera configuration. More...
#include <vtkSMCameraConfigurationWriter.h>
Public Types | |
typedef vtkSMProxyConfigurationWriter | Superclass |
![]() | |
typedef vtkSMObject | Superclass |
![]() | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetRenderViewProxy (vtkSMProxy *rvProxy) |
Set the render view proxy to extract camera properties from. More... | |
![]() | |
virtual void | SetFileDescription (const char *) |
virtual char * | GetFileDescription () |
virtual void | SetFileExtension (const char *) |
virtual char * | GetFileExtension () |
virtual const char * | GetWriterVersion () |
Return the writer version string. More... | |
virtual int | WriteConfiguration (ostream &os) |
Write the proxy's state to a stream, in PV state format. More... | |
virtual vtkSMProxy * | GetProxy () |
Set the proxy to write out. More... | |
virtual void | SetPropertyIterator (vtkSMPropertyIterator *iter) |
Set the ieterator used to traverse properties during the write. More... | |
virtual vtkSMPropertyIterator * | GetPropertyIterator () |
Set the ieterator used to traverse properties during the write. More... | |
virtual void | SetFileName (const char *) |
Set/Get the file name. More... | |
virtual char * | GetFileName () |
Set/Get the file name. More... | |
virtual void | SetFileIdentifier (const char *) |
Set/get file meta data. More... | |
virtual char * | GetFileIdentifier () |
Set/get file meta data. More... | |
virtual int | WriteConfiguration () |
Write the proxy's state directly to an XML file, in PV state format. More... | |
virtual int | WriteConfiguration (const char *fileName) |
Write the proxy's state directly to an XML file, in PV state format. More... | |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkSMCameraConfigurationWriter * | SafeDownCast (vtkObject *o) |
static vtkSMCameraConfigurationWriter * | New () |
![]() | |
static vtkSMProxyConfigurationWriter * | New () |
static int | IsTypeOf (const char *type) |
static vtkSMProxyConfigurationWriter * | SafeDownCast (vtkObject *o) |
![]() | |
static vtkSMObject * | New () |
static int | IsTypeOf (const char *type) |
static vtkSMObject * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkSMCameraConfigurationWriter () | |
~vtkSMCameraConfigurationWriter () | |
void | SetProxy (vtkSMProxy *) |
Set the proxy to write out. More... | |
![]() | |
vtkSMProxyConfigurationWriter () | |
virtual | ~vtkSMProxyConfigurationWriter () |
![]() | |
vtkSMObject () | |
~vtkSMObject () | |
A writer for XML camera configuration.
A writer for XML camera configuration. Writes camera configuration files using ParaView state file machinery.
Definition at line 38 of file vtkSMCameraConfigurationWriter.h.
Definition at line 42 of file vtkSMCameraConfigurationWriter.h.
|
protected |
|
protected |
|
virtual |
Reimplemented from vtkSMProxyConfigurationWriter.
|
static |
|
virtual |
Reimplemented from vtkSMProxyConfigurationWriter.
|
static |
|
virtual |
Reimplemented from vtkSMProxyConfigurationWriter.
|
static |
void vtkSMCameraConfigurationWriter::SetRenderViewProxy | ( | vtkSMProxy * | rvProxy | ) |
Set the render view proxy to extract camera properties from.
|
inlineprotectedvirtual |
Set the proxy to write out.
Reimplemented from vtkSMProxyConfigurationWriter.
Definition at line 57 of file vtkSMCameraConfigurationWriter.h.