#include <Sign2DInteractorStyle.h>
Collaboration diagram for Sign2DInteractorStyle:

Sign2DInteractorStyle is the VTK interactor style that is used for the SignImageViewer and eventually for the Sign2DViewer classes. It is based on vtkInteractorStyleImage and takes care of forwarding all received mouse events to the 2D viewer.
Public Member Functions | |
| vtkTypeRevisionMacro (Sign2DInteractorStyle, vtkInteractorStyle) | |
| virtual void | OnLeftButtonDown () |
| Event handlers. | |
| virtual void | OnLeftButtonUp () |
| Event handlers. | |
| virtual void | OnMiddleButtonDown () |
| Event handlers. | |
| virtual void | OnMiddleButtonUp () |
| Event handlers. | |
| virtual void | OnRightButtonDown () |
| Event handlers. | |
| virtual void | OnRightButtonUp () |
| Event handlers. | |
| virtual void | OnMouseMove () |
| Event handlers. | |
| void | Set2DViewer (Sign2DViewer *viewer) |
| Set the 2D viewer that is linked to this interactor style. | |
| Sign2DViewer * | Get2DViewer () |
| Get the 2D viewer that is linked to this interactor style. | |
| void | BlockMove () |
| void | UnBlockMove () |
Static Public Member Functions | |
| static Sign2DInteractorStyle * | New () |
| VTK constructor. | |
Protected Member Functions | |
| Sign2DInteractorStyle () | |
| ~Sign2DInteractorStyle () | |
|
|
|
|
|
|
|
|
|
|
|
Get the 2D viewer that is linked to this interactor style.
|
|
|
VTK constructor.
|
|
|
Event handlers.
|
|
|
Event handlers.
|
|
|
Event handlers.
|
|
|
Event handlers.
|
|
|
Event handlers.
|
|
|
Event handlers.
|
|
|
Event handlers.
|
|
|
Set the 2D viewer that is linked to this interactor style.
|
|
|
|
|
||||||||||||
|
|
1.4.6