#include <vtkKWEPaintbrushSelectionRepresentation2D.h>


Public Member Functions | |
| virtual void | BuildRepresentation () |
| virtual void | SetImageActor (vtkImageActor *) |
| virtual void | DeepCopy (vtkWidgetRepresentation *r) |
| virtual void | GetActors (vtkPropCollection *) |
| vtkTypeRevisionMacro (vtkKWEPaintbrushSelectionRepresentation2D, vtkKWEPaintbrushSelectionRepresentation) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual int | RenderOverlay (vtkViewport *viewport) |
| virtual int | RenderOpaqueGeometry (vtkViewport *viewport) |
| virtual int | RenderTranslucentGeometry (vtkViewport *viewport) |
Static Public Member Functions | |
| static vtkKWEPaintbrushSelectionRepresentation2D * | New () |
Protected Member Functions | |
| vtkKWEPaintbrushSelectionRepresentation2D () | |
| ~vtkKWEPaintbrushSelectionRepresentation2D () | |
| virtual int | DragAndDropMerge () |
Protected Attributes | |
| vtkActor * | DragActor |
| vtkPolyData * | DragPolyData |
Definition at line 35 of file vtkKWEPaintbrushSelectionRepresentation2D.h.
| vtkKWEPaintbrushSelectionRepresentation2D::vtkKWEPaintbrushSelectionRepresentation2D | ( | ) | [protected] |
| vtkKWEPaintbrushSelectionRepresentation2D::~vtkKWEPaintbrushSelectionRepresentation2D | ( | ) | [protected] |
| static vtkKWEPaintbrushSelectionRepresentation2D* vtkKWEPaintbrushSelectionRepresentation2D::New | ( | ) | [static] |
Instantiate this class.
Reimplemented from vtkObject.
| vtkKWEPaintbrushSelectionRepresentation2D::vtkTypeRevisionMacro | ( | vtkKWEPaintbrushSelectionRepresentation2D | , | |
| vtkKWEPaintbrushSelectionRepresentation | ||||
| ) |
Standard VTK methods.
| void vtkKWEPaintbrushSelectionRepresentation2D::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | [virtual] |
Standard VTK methods.
Reimplemented from vtkKWEPaintbrushSelectionRepresentation.
| virtual void vtkKWEPaintbrushSelectionRepresentation2D::BuildRepresentation | ( | ) | [virtual] |
These are methods that satisfy vtkWidgetRepresentation's API.
Implements vtkWidgetRepresentation.
| virtual void vtkKWEPaintbrushSelectionRepresentation2D::SetImageActor | ( | vtkImageActor * | ) | [virtual] |
Set the image actor on which the paintbrush is drawn.
| virtual void vtkKWEPaintbrushSelectionRepresentation2D::DeepCopy | ( | vtkWidgetRepresentation * | r | ) | [virtual] |
Reimplemented from vtkKWEPaintbrushSelectionRepresentation.
| virtual int vtkKWEPaintbrushSelectionRepresentation2D::RenderOverlay | ( | vtkViewport * | viewport | ) | [virtual] |
| virtual int vtkKWEPaintbrushSelectionRepresentation2D::RenderOpaqueGeometry | ( | vtkViewport * | viewport | ) | [virtual] |
| virtual int vtkKWEPaintbrushSelectionRepresentation2D::RenderTranslucentGeometry | ( | vtkViewport * | viewport | ) | [virtual] |
Methods required by vtkProp superclass.
| virtual void vtkKWEPaintbrushSelectionRepresentation2D::GetActors | ( | vtkPropCollection * | ) | [virtual] |
Get the actors maintained by the representation, that need to be rendered.
Reimplemented from vtkWidgetRepresentation.
| virtual int vtkKWEPaintbrushSelectionRepresentation2D::DragAndDropMerge | ( | ) | [protected, virtual] |
Drag and drop merge support.
Reimplemented from vtkKWEPaintbrushSelectionRepresentation.
Definition at line 80 of file vtkKWEPaintbrushSelectionRepresentation2D.h.
Definition at line 81 of file vtkKWEPaintbrushSelectionRepresentation2D.h.
1.7.1