Specialized interactor for clipping planes.
More...
#include <mitkClippingPlaneInteractor3D.h>
|
| ClippingPlaneInteractor3D () |
|
| ~ClippingPlaneInteractor3D () override |
|
void | ConnectActionsAndFunctions () override |
|
void | DataNodeChanged () override |
|
virtual bool | CheckOverObject (const InteractionEvent *) |
|
virtual void | SelectObject (StateMachineAction *, InteractionEvent *) |
|
virtual void | DeselectObject (StateMachineAction *, InteractionEvent *) |
|
virtual void | InitTranslate (StateMachineAction *, InteractionEvent *) |
|
virtual void | InitRotate (StateMachineAction *, InteractionEvent *) |
|
virtual void | TranslateObject (StateMachineAction *, InteractionEvent *) |
|
virtual void | RotateObject (StateMachineAction *, InteractionEvent *) |
|
| DataInteractor () |
|
| ~DataInteractor () override |
|
virtual void | NotifyStart () |
| Sends StartInteraction event via the mitk::DataNode. More...
|
|
virtual void | NotifyResultReady () |
| NotifyResultReady Sends ResultReady event via the mitk::DataNode. More...
|
|
| EventStateMachine () |
|
| ~EventStateMachine () override |
|
void | AddActionFunction (const std::string &action, TActionFunctor *functor) |
|
void | AddActionFunction (const std::string &action, const ActionFunctionDelegate &delegate) |
|
void | AddConditionFunction (const std::string &condition, const ConditionFunctionDelegate &delegate) |
|
StateMachineState * | GetCurrentState () const |
|
void | ResetToStartState () |
| ResetToStartState Reset state machine to it initial starting state. More...
|
|
virtual bool | CheckCondition (const StateMachineCondition &condition, const InteractionEvent *interactionEvent) |
|
virtual void | ExecuteAction (StateMachineAction *action, InteractionEvent *interactionEvent) |
|
virtual bool | FilterEvents (InteractionEvent *interactionEvent, DataNode *dataNode) |
|
void | SetMouseCursor (const char *xpm[], int hotspotX, int hotspotY) |
| Sets the specified mouse cursor. More...
|
|
void | ResetMouseCursor () |
| Resets the mouse cursor to its original state. More...
|
|
StateMachineTransition * | GetExecutableTransition (InteractionEvent *event) |
| Returns the executable transition for the given event. More...
|
|
Protected Member Functions inherited from mitk::InteractionEventHandler |
| InteractionEventHandler () |
|
| ~InteractionEventHandler () override |
|
PropertyList::Pointer | GetAttributes () const |
|
std::string | MapToEventVariant (InteractionEvent *interactionEvent) |
|
virtual void | ConfigurationChanged () |
|
Specialized interactor for clipping planes.
Definition at line 29 of file mitkClippingPlaneInteractor3D.h.
◆ ClippingPlaneInteractor3D()
mitk::ClippingPlaneInteractor3D::ClippingPlaneInteractor3D |
( |
| ) |
|
|
protected |
◆ ~ClippingPlaneInteractor3D()
mitk::ClippingPlaneInteractor3D::~ClippingPlaneInteractor3D |
( |
| ) |
|
|
overrideprotected |
◆ CheckOverObject()
virtual bool mitk::ClippingPlaneInteractor3D::CheckOverObject |
( |
const InteractionEvent * |
| ) |
|
|
protectedvirtual |
Initializes the movement, stores starting position.
◆ Clone()
Pointer mitk::ClippingPlaneInteractor3D::Clone |
( |
| ) |
const |
◆ ConnectActionsAndFunctions()
void mitk::ClippingPlaneInteractor3D::ConnectActionsAndFunctions |
( |
| ) |
|
|
overrideprotectedvirtual |
Here actions strings from the loaded state machine pattern are mapped to functions of the DataInteractor. These functions are called when an action from the state machine pattern is executed.
Reimplemented from mitk::DataInteractor.
◆ DataNodeChanged()
void mitk::ClippingPlaneInteractor3D::DataNodeChanged |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ DeselectObject()
◆ InitRotate()
◆ InitTranslate()
◆ mitkClassMacro()
◆ New()
static Pointer mitk::ClippingPlaneInteractor3D::New |
( |
| ) |
|
|
static |
◆ RotateObject()
◆ SelectObject()
◆ TranslateObject()
The documentation for this class was generated from the following file: