ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkSMScalarBarWidgetRepresentationProxy Class Reference

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

#include <vtkSMScalarBarWidgetRepresentationProxy.h>

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

List of all members.

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

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

Protected Attributes

vtkSMProxyActorProxy

Detailed Description

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

vtkSMScalarBarWidgetRepresentationProxy 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 32 of file vtkSMScalarBarWidgetRepresentationProxy.h.


Constructor & Destructor Documentation

vtkSMScalarBarWidgetRepresentationProxy::vtkSMScalarBarWidgetRepresentationProxy ( ) [protected]
vtkSMScalarBarWidgetRepresentationProxy::~vtkSMScalarBarWidgetRepresentationProxy ( ) [protected]

Member Function Documentation

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

Reimplemented from vtkSMNewWidgetRepresentationProxy.

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

Reimplemented from vtkSMNewWidgetRepresentationProxy.

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

Reimplemented from vtkSMNewWidgetRepresentationProxy.

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

Reimplemented from vtkSMNewWidgetRepresentationProxy.

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

Reimplemented from vtkSMNewWidgetRepresentationProxy.

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

Reimplemented from vtkSMNewWidgetRepresentationProxy.

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

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

Reimplemented from vtkSMNewWidgetRepresentationProxy.

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

Called every time the user interacts with the widget.

Reimplemented from vtkSMNewWidgetRepresentationProxy.


Member Data Documentation

Definition at line 53 of file vtkSMScalarBarWidgetRepresentationProxy.h.


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