|
ParaView
|
#include <vtk3DWidgetRepresentation.h>


vtk3DWidgetRepresentation is a vtkDataRepresentation subclass for 3D widgets and their representations. It makes it possible to add 3D widgets to vtkPVRenderView.
Definition at line 33 of file vtk3DWidgetRepresentation.h.
| vtk3DWidgetRepresentation::vtk3DWidgetRepresentation | ( | ) | [protected] |
| vtk3DWidgetRepresentation::~vtk3DWidgetRepresentation | ( | ) | [protected] |
| static vtk3DWidgetRepresentation* vtk3DWidgetRepresentation::New | ( | ) | [static] |
Reimplemented from vtkDataRepresentation.
| virtual const char* vtk3DWidgetRepresentation::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkDataRepresentation.
| static int vtk3DWidgetRepresentation::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkDataRepresentation.
| virtual int vtk3DWidgetRepresentation::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkDataRepresentation.
| static vtk3DWidgetRepresentation* vtk3DWidgetRepresentation::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkDataRepresentation.
| void vtk3DWidgetRepresentation::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkDataRepresentation.
| void vtk3DWidgetRepresentation::SetWidget | ( | vtkAbstractWidget * | ) |
Get/Set the widget.
| virtual vtkAbstractWidget* vtk3DWidgetRepresentation::GetWidget | ( | ) | [virtual] |
Get/Set the widget.
| void vtk3DWidgetRepresentation::SetRepresentation | ( | vtkWidgetRepresentation * | ) |
Get/Set the representation.
| virtual vtkWidgetRepresentation* vtk3DWidgetRepresentation::GetRepresentation | ( | ) | [virtual] |
Get/Set the representation.
| virtual void vtk3DWidgetRepresentation::SetUseNonCompositedRenderer | ( | bool | ) | [virtual] |
Set to true to add the vtkWidgetRepresentation to the non-composited renderer. false by default.
| virtual bool vtk3DWidgetRepresentation::GetUseNonCompositedRenderer | ( | ) | [virtual] |
Set to true to add the vtkWidgetRepresentation to the non-composited renderer. false by default.
| virtual void vtk3DWidgetRepresentation::UseNonCompositedRendererOn | ( | ) | [virtual] |
Set to true to add the vtkWidgetRepresentation to the non-composited renderer. false by default.
| virtual void vtk3DWidgetRepresentation::UseNonCompositedRendererOff | ( | ) | [virtual] |
Set to true to add the vtkWidgetRepresentation to the non-composited renderer. false by default.
| void vtk3DWidgetRepresentation::SetEnabled | ( | bool | ) |
Get/Set whether the widget is enabled.
| virtual bool vtk3DWidgetRepresentation::GetEnabled | ( | ) | [virtual] |
Get/Set whether the widget is enabled.
| virtual void vtk3DWidgetRepresentation::EnabledOn | ( | ) | [virtual] |
Get/Set whether the widget is enabled.
| virtual void vtk3DWidgetRepresentation::EnabledOff | ( | ) | [virtual] |
Get/Set whether the widget is enabled.
| void vtk3DWidgetRepresentation::SetCustomWidgetTransform | ( | vtkTransform * | transform | ) |
Set a custom transform on the widget. Currently only the implicit plane widget handles this ability
| virtual bool vtk3DWidgetRepresentation::AddToView | ( | vtkView * | view | ) | [protected, virtual] |
Adds the representation to the view. This is called from vtkView::AddRepresentation(). Subclasses should override this method. Returns true if the addition succeeds.
| virtual bool vtk3DWidgetRepresentation::RemoveFromView | ( | vtkView * | view | ) | [protected, virtual] |
Removes the representation to the view. This is called from vtkView::RemoveRepresentation(). Subclasses should override this method. Returns true if the removal succeeds.
| void vtk3DWidgetRepresentation::UpdateEnabled | ( | ) | [protected] |
bool vtk3DWidgetRepresentation::Enabled [protected] |
Definition at line 88 of file vtk3DWidgetRepresentation.h.
bool vtk3DWidgetRepresentation::UseNonCompositedRenderer [protected] |
Definition at line 89 of file vtk3DWidgetRepresentation.h.
bool vtk3DWidgetRepresentation::UpdateTransform [protected] |
Definition at line 90 of file vtk3DWidgetRepresentation.h.
vtkAbstractWidget* vtk3DWidgetRepresentation::Widget [protected] |
Definition at line 91 of file vtk3DWidgetRepresentation.h.
Definition at line 92 of file vtk3DWidgetRepresentation.h.
vtkWeakPointer<vtkPVRenderView> vtk3DWidgetRepresentation::View [protected] |
Definition at line 93 of file vtk3DWidgetRepresentation.h.
vtkTransform* vtk3DWidgetRepresentation::CustomTransform [protected] |
Definition at line 95 of file vtk3DWidgetRepresentation.h.
1.7.5.1