|
ParaView
|
A reader for XML camera configuration. More...
#include <vtkSMCameraConfigurationReader.h>


Public Types | |
| typedef vtkSMProxyConfigurationReader | Superclass |
Public Types inherited from vtkSMProxyConfigurationReader | |
| typedef vtkSMObject | Superclass |
Public Types inherited from vtkSMObject | |
| 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 int | ReadConfiguration (const char *filename) |
| Read the named file, and push the properties into the underying managed render view proxy. More... | |
| virtual int | ReadConfiguration (vtkPVXMLElement *x) |
| Read the named file, and push the properties into the underying managed render view proxy. More... | |
| virtual int | ReadConfiguration () |
| Read the named file, and push the properties into the underying managed render view proxy. More... | |
Public Member Functions inherited from vtkSMProxyConfigurationReader | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | SetFileDescription (const char *) |
| virtual char * | GetFileDescription () |
| virtual void | SetFileExtension (const char *) |
| virtual char * | GetFileExtension () |
| virtual const char * | GetReaderVersion () |
| Return the reader version. More... | |
| virtual bool | CanReadVersion (const char *version) |
| Return true if the reader can read the specified version. More... | |
| virtual void | SetFileName (const char *) |
| Set/Get the file name. More... | |
| virtual char * | GetFileName () |
| Set/Get the file name. More... | |
| virtual vtkSMProxy * | GetProxy () |
| Set the proxy to write out. More... | |
| virtual void | SetFileIdentifier (const char *) |
| Set/get file meta data. More... | |
| virtual char * | GetFileIdentifier () |
| Set/get file meta data. More... | |
| virtual void | SetValidateProxyType (int) |
| Turns on/off proxy type validation. More... | |
| virtual int | GetValidateProxyType () |
| Turns on/off proxy type validation. More... | |
Public Member Functions inherited from vtkSMObject | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkSMCameraConfigurationReader * | SafeDownCast (vtkObject *o) |
| static vtkSMCameraConfigurationReader * | New () |
Static Public Member Functions inherited from vtkSMProxyConfigurationReader | |
| static vtkSMProxyConfigurationReader * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMProxyConfigurationReader * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkSMObject | |
| static vtkSMObject * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMObject * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSMCameraConfigurationReader () | |
| virtual | ~vtkSMCameraConfigurationReader () |
| void | SetProxy (vtkSMProxy *) |
| Set the proxy to write out. More... | |
Protected Member Functions inherited from vtkSMProxyConfigurationReader | |
| vtkSMProxyConfigurationReader () | |
| virtual | ~vtkSMProxyConfigurationReader () |
Protected Member Functions inherited from vtkSMObject | |
| vtkSMObject () | |
| ~vtkSMObject () | |
A reader for XML camera configuration.
A reader for XML camera configuration. Reades camera configuration files. writen by the vtkSMCameraConfigurationWriter.
Definition at line 39 of file vtkSMCameraConfigurationReader.h.
Definition at line 43 of file vtkSMCameraConfigurationReader.h.
|
protected |
|
protectedvirtual |
|
virtual |
Reimplemented from vtkSMProxyConfigurationReader.
|
static |
|
virtual |
Reimplemented from vtkSMProxyConfigurationReader.
|
static |
| void vtkSMCameraConfigurationReader::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
static |
| void vtkSMCameraConfigurationReader::SetRenderViewProxy | ( | vtkSMProxy * | rvProxy | ) |
Set the render view proxy to extract camera properties from.
|
virtual |
Read the named file, and push the properties into the underying managed render view proxy.
This will make sure the renderview is updated after the read.
Reimplemented from vtkSMProxyConfigurationReader.
|
virtual |
Read the named file, and push the properties into the underying managed render view proxy.
This will make sure the renderview is updated after the read.
Reimplemented from vtkSMProxyConfigurationReader.
|
inlinevirtual |
Read the named file, and push the properties into the underying managed render view proxy.
This will make sure the renderview is updated after the read.
Reimplemented from vtkSMProxyConfigurationReader.
Definition at line 61 of file vtkSMCameraConfigurationReader.h.
|
inlineprotectedvirtual |
Set the proxy to write out.
Reimplemented from vtkSMProxyConfigurationReader.
Definition at line 70 of file vtkSMCameraConfigurationReader.h.
1.8.12