|
ParaView
|
representation that can be used to show a 3D surface in a render view. More...
#include <vtkSMScalarBarWidgetRepresentationProxy.h>


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 | |
| vtkSMProxy * | ActorProxy |
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.
| vtkSMScalarBarWidgetRepresentationProxy::vtkSMScalarBarWidgetRepresentationProxy | ( | ) | [protected] |
| vtkSMScalarBarWidgetRepresentationProxy::~vtkSMScalarBarWidgetRepresentationProxy | ( | ) | [protected] |
| 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.
Definition at line 53 of file vtkSMScalarBarWidgetRepresentationProxy.h.
1.7.5.1