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


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 vtkAbstractWidget * | GetWidget () |
| virtual vtkSMProxy * | GetRepresentationProxy () |
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 | |
| vtkSMProxy * | RepresentationProxy |
| vtkSMProxy * | WidgetProxy |
| vtkAbstractWidget * | Widget |
| vtkSMNewWidgetRepresentationObserver * | Observer |
| vtkSMNewWidgetRepresentationInternals * | Internal |
Friends | |
| class | vtkSMNewWidgetRepresentationObserver |
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.
| vtkSMNewWidgetRepresentationProxy::vtkSMNewWidgetRepresentationProxy | ( | ) | [protected] |
| vtkSMNewWidgetRepresentationProxy::~vtkSMNewWidgetRepresentationProxy | ( | ) | [protected] |
| static vtkSMNewWidgetRepresentationProxy* vtkSMNewWidgetRepresentationProxy::New | ( | ) | [static] |
Reimplemented from vtkSMProxy.
Reimplemented in vtkSMScalarBarWidgetRepresentationProxy, and vtkSMTextWidgetRepresentationProxy.
| virtual const char* vtkSMNewWidgetRepresentationProxy::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMProxy.
Reimplemented in vtkSMScalarBarWidgetRepresentationProxy, and vtkSMTextWidgetRepresentationProxy.
| static int vtkSMNewWidgetRepresentationProxy::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMProxy.
Reimplemented in vtkSMScalarBarWidgetRepresentationProxy, and vtkSMTextWidgetRepresentationProxy.
| virtual int vtkSMNewWidgetRepresentationProxy::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMProxy.
Reimplemented in vtkSMScalarBarWidgetRepresentationProxy, and vtkSMTextWidgetRepresentationProxy.
| static vtkSMNewWidgetRepresentationProxy* vtkSMNewWidgetRepresentationProxy::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMProxy.
Reimplemented in vtkSMScalarBarWidgetRepresentationProxy, and vtkSMTextWidgetRepresentationProxy.
| void vtkSMNewWidgetRepresentationProxy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMProxy.
Reimplemented in vtkSMScalarBarWidgetRepresentationProxy, and vtkSMTextWidgetRepresentationProxy.
| 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.
friend class vtkSMNewWidgetRepresentationObserver [friend] |
Definition at line 71 of file vtkSMNewWidgetRepresentationProxy.h.
Definition at line 65 of file vtkSMNewWidgetRepresentationProxy.h.
vtkSMProxy* vtkSMNewWidgetRepresentationProxy::WidgetProxy [protected] |
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.
1.7.5.1