ParaView
Public Member Functions | Static Public Member Functions
vtkSMCameraProxy Class Reference

proxy for a camera. More...

#include <vtkSMCameraProxy.h>

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

List of all members.

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static vtkSMCameraProxyNew ()
static int IsTypeOf (const char *type)
static vtkSMCameraProxySafeDownCast (vtkObject *o)
virtual void UpdatePropertyInformation ()
virtual void UpdatePropertyInformation (vtkSMProperty *prop)
 vtkSMCameraProxy ()
 ~vtkSMCameraProxy ()

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


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