A reader for XML camera configuration.
More...
#include <vtkSMCameraConfigurationReader.h>
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.
◆ Superclass
◆ vtkSMCameraConfigurationReader()
vtkSMCameraConfigurationReader::vtkSMCameraConfigurationReader |
( |
| ) |
|
|
protected |
◆ ~vtkSMCameraConfigurationReader()
virtual vtkSMCameraConfigurationReader::~vtkSMCameraConfigurationReader |
( |
| ) |
|
|
protectedvirtual |
◆ GetClassName()
virtual const char* vtkSMCameraConfigurationReader::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkSMCameraConfigurationReader::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkSMCameraConfigurationReader::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkSMCameraConfigurationReader::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ New()
◆ 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 |
◆ SetProxy()
void vtkSMCameraConfigurationReader::SetProxy |
( |
vtkSMProxy * |
proxy | ) |
|
|
inlineprotectedvirtual |
The documentation for this class was generated from the following file: