ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Friends
vtkSMNewWidgetRepresentationProxy Class Reference

representation that can be used to show a 3D surface in a render view. More...

#include <vtkSMNewWidgetRepresentationProxy.h>

Inheritance diagram for vtkSMNewWidgetRepresentationProxy:
Inheritance graph
[legend]
Collaboration diagram for vtkSMNewWidgetRepresentationProxy:
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 UnRegister (vtkObjectBase *o)
virtual vtkAbstractWidgetGetWidget ()
virtual vtkSMProxyGetRepresentationProxy ()

Static Public Member Functions

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

Protected Member Functions

 vtkSMNewWidgetRepresentationProxy ()
 ~vtkSMNewWidgetRepresentationProxy ()
virtual void CreateVTKObjects ()
virtual void ExecuteEvent (unsigned long event)

Protected Attributes

vtkSMProxyRepresentationProxy
vtkSMProxyWidgetProxy
vtkAbstractWidgetWidget
vtkSMNewWidgetRepresentationObserver * Observer
vtkSMNewWidgetRepresentationInternals * Internal

Friends

class vtkSMNewWidgetRepresentationObserver

Detailed Description

representation that can be used to show a 3D surface in a render view.

vtkSMNewWidgetRepresentationProxy is a concrete representation that can be used to render the surface in a vtkSMRenderViewProxy. It uses a vtkPVGeometryFilter to convert non-polydata input to polydata that can be rendered. It supports rendering the data as a surface, wireframe or points.

Definition at line 36 of file vtkSMNewWidgetRepresentationProxy.h.


Constructor & Destructor Documentation

vtkSMNewWidgetRepresentationProxy::vtkSMNewWidgetRepresentationProxy ( ) [protected]
vtkSMNewWidgetRepresentationProxy::~vtkSMNewWidgetRepresentationProxy ( ) [protected]

Member Function Documentation

static vtkSMNewWidgetRepresentationProxy* vtkSMNewWidgetRepresentationProxy::New ( ) [static]
virtual const char* vtkSMNewWidgetRepresentationProxy::GetClassName ( ) [virtual]
static int vtkSMNewWidgetRepresentationProxy::IsTypeOf ( const char *  type) [static]
virtual int vtkSMNewWidgetRepresentationProxy::IsA ( const char *  type) [virtual]
static vtkSMNewWidgetRepresentationProxy* vtkSMNewWidgetRepresentationProxy::SafeDownCast ( vtkObject o) [static]
void vtkSMNewWidgetRepresentationProxy::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]
virtual void vtkSMNewWidgetRepresentationProxy::UnRegister ( vtkObjectBase o) [virtual]

Break reference loop that are due to links.

Reimplemented from vtkObject.

virtual vtkAbstractWidget* vtkSMNewWidgetRepresentationProxy::GetWidget ( ) [virtual]

Get the widget for the representation.

virtual vtkSMProxy* vtkSMNewWidgetRepresentationProxy::GetRepresentationProxy ( ) [virtual]

Get Representation Proxy.

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

Overridden from vtkSMProxy to call BeginCreateVTKObjects() and EndCreateVTKObjects().

Reimplemented from vtkSMProxy.

Reimplemented in vtkSMScalarBarWidgetRepresentationProxy, and vtkSMTextWidgetRepresentationProxy.

virtual void vtkSMNewWidgetRepresentationProxy::ExecuteEvent ( unsigned long  event) [protected, virtual]

Called every time the user interacts with the widget.

Reimplemented in vtkSMScalarBarWidgetRepresentationProxy.


Friends And Related Function Documentation

friend class vtkSMNewWidgetRepresentationObserver [friend]

Definition at line 71 of file vtkSMNewWidgetRepresentationProxy.h.


Member Data Documentation

Definition at line 65 of file vtkSMNewWidgetRepresentationProxy.h.

Definition at line 66 of file vtkSMNewWidgetRepresentationProxy.h.

Definition at line 67 of file vtkSMNewWidgetRepresentationProxy.h.

vtkSMNewWidgetRepresentationObserver* vtkSMNewWidgetRepresentationProxy::Observer [protected]

Definition at line 68 of file vtkSMNewWidgetRepresentationProxy.h.

vtkSMNewWidgetRepresentationInternals* vtkSMNewWidgetRepresentationProxy::Internal [protected]

Definition at line 69 of file vtkSMNewWidgetRepresentationProxy.h.


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