fw4spl
|
Implements the interactions with the wheel widget. More...
#include <fwVtkWheelWidget.hpp>
Public Member Functions | |
vtkTypeMacro (fwVtkWheelWidget, vtkAbstractWidget) | |
FWRENDERVTK_API void | PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE |
Not implemented. | |
FWRENDERVTK_API void | SetRepresentation (fwVtkWheelRepresentation *rep) |
Set associated representation. | |
FWRENDERVTK_API fwVtkWheelRepresentation * | GetRepresentation () const |
Get the representation. | |
FWRENDERVTK_API void | CreateDefaultRepresentation () VTK_OVERRIDE |
Creates a wheel representation as default. | |
FWRENDERVTK_API void | SetWheelUpdateCallback (std::function< void(double, double, double)> f) |
Static Public Member Functions | |
static FWRENDERVTK_API fwVtkWheelWidget * | New () |
Calls the constructor. | |
Implements the interactions with the wheel widget.
Drag the wheel when picking its center with a left click. Rotate it by selecting and turning the outer part with a left click.
Definition at line 23 of file fwVtkWheelWidget.hpp.