ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkSMCameraConfigurationReader Class Reference

A reader for XML camera configuration. More...

#include <vtkSMCameraConfigurationReader.h>

Inheritance diagram for vtkSMCameraConfigurationReader:
Inheritance graph
[legend]
Collaboration diagram for vtkSMCameraConfigurationReader:
Collaboration graph
[legend]

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 vtkSMProxyGetProxy ()
 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 vtkSMCameraConfigurationReaderSafeDownCast (vtkObject *o)
 
static vtkSMCameraConfigurationReaderNew ()
 
- Static Public Member Functions inherited from vtkSMProxyConfigurationReader
static vtkSMProxyConfigurationReaderNew ()
 
static int IsTypeOf (const char *type)
 
static vtkSMProxyConfigurationReaderSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkSMObject
static vtkSMObjectNew ()
 
static int IsTypeOf (const char *type)
 
static vtkSMObjectSafeDownCast (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 ()
 

Detailed Description

A reader for XML camera configuration.

A reader for XML camera configuration. Reades camera configuration files. writen by the vtkSMCameraConfigurationWriter.

See also
vtkSMCameraConfigurationWriter, vtkSMProxyConfigurationReader
Thanks:
This class was contributed by SciberQuest Inc.

Definition at line 39 of file vtkSMCameraConfigurationReader.h.

Member Typedef Documentation

§ Superclass

Definition at line 43 of file vtkSMCameraConfigurationReader.h.

Constructor & Destructor Documentation

§ vtkSMCameraConfigurationReader()

vtkSMCameraConfigurationReader::vtkSMCameraConfigurationReader ( )
protected

§ ~vtkSMCameraConfigurationReader()

virtual vtkSMCameraConfigurationReader::~vtkSMCameraConfigurationReader ( )
protectedvirtual

Member Function Documentation

§ GetClassName()

virtual const char* vtkSMCameraConfigurationReader::GetClassName ( )
virtual

Reimplemented from vtkSMProxyConfigurationReader.

§ IsTypeOf()

static int vtkSMCameraConfigurationReader::IsTypeOf ( const char *  type)
static

§ IsA()

virtual int vtkSMCameraConfigurationReader::IsA ( const char *  type)
virtual

Reimplemented from vtkSMProxyConfigurationReader.

§ SafeDownCast()

static vtkSMCameraConfigurationReader* vtkSMCameraConfigurationReader::SafeDownCast ( vtkObject *  o)
static

§ PrintSelf()

void vtkSMCameraConfigurationReader::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

§ New()

static vtkSMCameraConfigurationReader* vtkSMCameraConfigurationReader::New ( )
static

§ SetRenderViewProxy()

void vtkSMCameraConfigurationReader::SetRenderViewProxy ( vtkSMProxy rvProxy)

Set the render view proxy to extract camera properties from.

§ ReadConfiguration() [1/3]

virtual int vtkSMCameraConfigurationReader::ReadConfiguration ( const char *  filename)
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.

§ ReadConfiguration() [2/3]

virtual int vtkSMCameraConfigurationReader::ReadConfiguration ( vtkPVXMLElement x)
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.

§ ReadConfiguration() [3/3]

virtual int vtkSMCameraConfigurationReader::ReadConfiguration ( )
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.

§ SetProxy()

void vtkSMCameraConfigurationReader::SetProxy ( vtkSMProxy proxy)
inlineprotectedvirtual

Set the proxy to write out.

Reimplemented from vtkSMProxyConfigurationReader.

Definition at line 70 of file vtkSMCameraConfigurationReader.h.


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