ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkSMBoxRepresentationProxy Class Reference

proxy for vtkBoxRepresentation More...

#include <vtkSMBoxRepresentationProxy.h>

Inheritance diagram for vtkSMBoxRepresentationProxy:
Inheritance graph
[legend]
Collaboration diagram for vtkSMBoxRepresentationProxy:
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)
virtual void UpdateVTKObjects ()
virtual void UpdatePropertyInformation ()
virtual void UpdatePropertyInformation (vtkSMProperty *prop)

Static Public Member Functions

static
vtkSMBoxRepresentationProxy
New ()
static int IsTypeOf (const char *type)
static
vtkSMBoxRepresentationProxy
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSMBoxRepresentationProxy ()
 ~vtkSMBoxRepresentationProxy ()
virtual void CreateVTKObjects ()

Detailed Description

proxy for vtkBoxRepresentation

vtkSMBoxRepresentationProxy is a proxy for vtkBoxRepresentation. A specialization is needed to set the tranform on the vtkBoxRepresentation.

Definition at line 27 of file vtkSMBoxRepresentationProxy.h.


Constructor & Destructor Documentation

vtkSMBoxRepresentationProxy::vtkSMBoxRepresentationProxy ( ) [protected]
vtkSMBoxRepresentationProxy::~vtkSMBoxRepresentationProxy ( ) [protected]

Member Function Documentation

static vtkSMBoxRepresentationProxy* vtkSMBoxRepresentationProxy::New ( ) [static]

Reimplemented from vtkSMWidgetRepresentationProxy.

virtual const char* vtkSMBoxRepresentationProxy::GetClassName ( ) [virtual]

Reimplemented from vtkSMWidgetRepresentationProxy.

static int vtkSMBoxRepresentationProxy::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkSMWidgetRepresentationProxy.

virtual int vtkSMBoxRepresentationProxy::IsA ( const char *  type) [virtual]

Reimplemented from vtkSMWidgetRepresentationProxy.

static vtkSMBoxRepresentationProxy* vtkSMBoxRepresentationProxy::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkSMWidgetRepresentationProxy.

void vtkSMBoxRepresentationProxy::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkSMWidgetRepresentationProxy.

virtual void vtkSMBoxRepresentationProxy::UpdateVTKObjects ( ) [virtual]

Update the VTK object on the server by pushing the values of all modifed properties (un-modified properties are ignored). If the object has not been created, it will be created first.

Reimplemented from vtkSMProxy.

virtual void vtkSMBoxRepresentationProxy::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 vtkSMBoxRepresentationProxy::UpdatePropertyInformation ( vtkSMProperty prop) [inline, virtual]

Similar to UpdatePropertyInformation() but updates only the given property. If the property does not belong to the proxy, the call is ignored.

Reimplemented from vtkSMProxy.

Definition at line 36 of file vtkSMBoxRepresentationProxy.h.

virtual void vtkSMBoxRepresentationProxy::CreateVTKObjects ( ) [protected, virtual]

Given a class name (by setting VTKClassName) and server ids (by setting ServerIDs), this methods instantiates the objects on the server(s)

Reimplemented from vtkSMProxy.


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