|
ParaView
|
proxy for a camera. More...
#include <vtkSMCameraProxy.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static vtkSMCameraProxy * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMCameraProxy * | SafeDownCast (vtkObject *o) |
| virtual void | UpdatePropertyInformation () |
| virtual void | UpdatePropertyInformation (vtkSMProperty *prop) |
| vtkSMCameraProxy () | |
| ~vtkSMCameraProxy () | |
proxy for a camera.
This a proxy for a vtkCamera. This class optimizes UpdatePropertyInformation to use the client side object.
Definition at line 27 of file vtkSMCameraProxy.h.
| vtkSMCameraProxy::vtkSMCameraProxy | ( | ) | [protected] |
Updates all property informations by calling UpdateInformation() and populating the values. It also calls UpdateDependentDomains() on all properties to make sure that domains that depend on the information are updated.
| vtkSMCameraProxy::~vtkSMCameraProxy | ( | ) | [protected] |
Updates all property informations by calling UpdateInformation() and populating the values. It also calls UpdateDependentDomains() on all properties to make sure that domains that depend on the information are updated.
| static vtkSMCameraProxy* vtkSMCameraProxy::New | ( | ) | [static] |
Reimplemented from vtkSMProxy.
| virtual const char* vtkSMCameraProxy::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMProxy.
| static int vtkSMCameraProxy::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMProxy.
| virtual int vtkSMCameraProxy::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMProxy.
| static vtkSMCameraProxy* vtkSMCameraProxy::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMProxy.
| void vtkSMCameraProxy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMProxy.
| virtual void vtkSMCameraProxy::UpdatePropertyInformation | ( | ) | [virtual] |
Updates all property informations by calling UpdateInformation() and populating the values. It also calls UpdateDependentDomains() on all properties to make sure that domains that depend on the information are updated.
Reimplemented from vtkSMProxy.
| virtual void vtkSMCameraProxy::UpdatePropertyInformation | ( | vtkSMProperty * | prop | ) | [inline, virtual] |
Updates all property informations by calling UpdateInformation() and populating the values. It also calls UpdateDependentDomains() on all properties to make sure that domains that depend on the information are updated.
Reimplemented from vtkSMProxy.
Definition at line 40 of file vtkSMCameraProxy.h.
1.7.5.1