Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
mitk::AffineBaseDataInteractor3D Class Reference

Affine interaction with mitk::BaseGeometry. More...

#include <mitkAffineBaseDataInteractor3D.h>

Inheritance diagram for mitk::AffineBaseDataInteractor3D:
Collaboration diagram for mitk::AffineBaseDataInteractor3D:

Public Member Functions

 mitkClassMacro (AffineBaseDataInteractor3D, DataInteractor)
 
Pointer Clone () const
 
void SetDataNode (DataNode *node) override
 
void TranslateGeometry (mitk::Vector3D translate, mitk::BaseGeometry *geometry)
 
void RotateGeometry (mitk::ScalarType angle, int rotationaxis, mitk::BaseGeometry *geometry)
 
void ScaleGeometry (mitk::Point3D newScale, mitk::BaseGeometry *geometry)
 
mitk::BaseGeometryGetUpdatedTimeGeometry (mitk::InteractionEvent *interactionEvent)
 
- Public Member Functions inherited from mitk::DataInteractor
virtual std::vector< std::string > GetClassHierarchy () const override
 
virtual const char * GetClassName () const
 
Pointer Clone () const
 
DataNodeGetDataNode () const
 
int GetLayer () const
 
ProcessEventMode GetMode () const
 
- Public Member Functions inherited from mitk::EventStateMachine
bool LoadStateMachine (const std::string &filename, const us::Module *module=nullptr)
 Loads XML resource. More...
 
bool HandleEvent (InteractionEvent *event, DataNode *dataNode)
 
void EnableUndo (bool enable)
 Enables or disabled Undo. More...
 
void EnableInteraction (bool enable)
 Enables/disables the state machine. In un-enabled state it won't react to any events. More...
 
- Public Member Functions inherited from mitk::InteractionEventHandler
bool SetEventConfig (const std::string &filename, const us::Module *module=nullptr)
 Loads a configuration from an XML resource. More...
 
bool SetEventConfig (const EventConfig &config)
 Loads a configuration from an EventConfig object. More...
 
EventConfig GetEventConfig () const
 Returns the current configuration. More...
 
bool AddEventConfig (const std::string &filename, const us::Module *module=nullptr)
 This method extends the configuration. More...
 
bool AddEventConfig (const EventConfig &config)
 This method extends the configuration. The configuration from the EventConfig object is loaded and only the ones conflicting are replaced by the new one. This way several configurations can be combined. More...
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from mitk::DataInteractor
static const char * GetStaticNameOfClass ()
 
static Pointer New ()
 
- Static Public Member Functions inherited from mitk::EventStateMachine
static const char * GetStaticNameOfClass ()
 
- Static Public Member Functions inherited from mitk::InteractionEventHandler
static const char * GetStaticNameOfClass ()
 

Protected Member Functions

 AffineBaseDataInteractor3D ()
 
 ~AffineBaseDataInteractor3D () 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 *)
 
virtual void ScaleObject (StateMachineAction *, InteractionEvent *)
 
virtual void TranslateUpKey (StateMachineAction *, InteractionEvent *interactionEvent)
 
virtual void TranslateDownKey (StateMachineAction *, InteractionEvent *interactionEvent)
 
virtual void TranslateLeftKey (StateMachineAction *, InteractionEvent *interactionEvent)
 
virtual void TranslateRightKey (StateMachineAction *, InteractionEvent *interactionEvent)
 
virtual void TranslateUpModifierKey (StateMachineAction *, InteractionEvent *interactionEvent)
 
virtual void TranslateDownModifierKey (StateMachineAction *, InteractionEvent *interactionEvent)
 
virtual void RotateUpKey (StateMachineAction *, InteractionEvent *interactionEvent)
 
virtual void RotateDownKey (StateMachineAction *, InteractionEvent *interactionEvent)
 
virtual void RotateLeftKey (StateMachineAction *, InteractionEvent *interactionEvent)
 
virtual void RotateRightKey (StateMachineAction *, InteractionEvent *interactionEvent)
 
virtual void RotateUpModifierKey (StateMachineAction *, InteractionEvent *interactionEvent)
 
virtual void RotateDownModifierKey (StateMachineAction *, InteractionEvent *interactionEvent)
 
virtual void ScaleDownKey (mitk::StateMachineAction *, mitk::InteractionEvent *interactionEvent)
 
virtual void ScaleUpKey (mitk::StateMachineAction *, mitk::InteractionEvent *interactionEvent)
 
virtual void RestoreNodeProperties ()
 
bool InitMembers (InteractionEvent *interactionEvent)
 InitMembers convinience method to avoid code duplication between InitRotate() and InitTranslate(). More...
 
- Protected Member Functions inherited from mitk::DataInteractor
 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...
 
- Protected Member Functions inherited from mitk::EventStateMachine
 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)
 
StateMachineStateGetCurrentState () 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...
 
StateMachineTransitionGetExecutableTransition (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 ()
 

Additional Inherited Members

- Public Types inherited from mitk::DataInteractor
typedef DataInteractor Self
 
typedef EventStateMachine Superclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 
- Public Types inherited from mitk::EventStateMachine
typedef EventStateMachine Self
 
typedef InteractionEventHandler Superclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 
typedef std::map< std::string, TActionFunctor * > ActionFunctionsMapType
 
typedef itk::SmartPointer< StateMachineStateStateMachineStateType
 
- Public Types inherited from mitk::InteractionEventHandler
typedef InteractionEventHandler Self
 
typedef itk::Object Superclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 
- Static Public Attributes inherited from mitk::DataInteractor
static const std::string IntDeactivateMe
 
static const std::string IntLeaveWidget
 
static const std::string IntEnterWidget
 
- Protected Types inherited from mitk::EventStateMachine
typedef MessageAbstractDelegate2< StateMachineAction *, InteractionEvent *, void > ActionFunctionDelegate
 
typedef MessageAbstractDelegate1< const InteractionEvent *, bool > ConditionFunctionDelegate
 
- Protected Attributes inherited from mitk::EventStateMachine
bool m_IsActive
 
UndoControllerm_UndoController
 
bool m_UndoEnabled
 

Detailed Description

Affine interaction with mitk::BaseGeometry.

Definition at line 36 of file mitkAffineBaseDataInteractor3D.h.

Constructor & Destructor Documentation

◆ AffineBaseDataInteractor3D()

mitk::AffineBaseDataInteractor3D::AffineBaseDataInteractor3D ( )
protected

◆ ~AffineBaseDataInteractor3D()

mitk::AffineBaseDataInteractor3D::~AffineBaseDataInteractor3D ( )
overrideprotected

Member Function Documentation

◆ CheckOverObject()

virtual bool mitk::AffineBaseDataInteractor3D::CheckOverObject ( const InteractionEvent )
protectedvirtual

Initializes the movement, stores starting position.

◆ Clone()

Pointer mitk::AffineBaseDataInteractor3D::Clone ( ) const

◆ ConnectActionsAndFunctions()

void mitk::AffineBaseDataInteractor3D::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::AffineBaseDataInteractor3D::DataNodeChanged ( )
overrideprotectedvirtual

This function is called when a DataNode has been set/changed.

Reimplemented from mitk::DataInteractor.

◆ DeselectObject()

virtual void mitk::AffineBaseDataInteractor3D::DeselectObject ( StateMachineAction ,
InteractionEvent  
)
protectedvirtual

◆ GetUpdatedTimeGeometry()

mitk::BaseGeometry* mitk::AffineBaseDataInteractor3D::GetUpdatedTimeGeometry ( mitk::InteractionEvent interactionEvent)

◆ InitMembers()

bool mitk::AffineBaseDataInteractor3D::InitMembers ( InteractionEvent interactionEvent)
protected

InitMembers convinience method to avoid code duplication between InitRotate() and InitTranslate().

Parameters
interactionEvent

◆ InitRotate()

virtual void mitk::AffineBaseDataInteractor3D::InitRotate ( StateMachineAction ,
InteractionEvent  
)
protectedvirtual

◆ InitTranslate()

virtual void mitk::AffineBaseDataInteractor3D::InitTranslate ( StateMachineAction ,
InteractionEvent  
)
protectedvirtual

◆ mitkClassMacro()

mitk::AffineBaseDataInteractor3D::mitkClassMacro ( AffineBaseDataInteractor3D  ,
DataInteractor   
)

◆ New()

static Pointer mitk::AffineBaseDataInteractor3D::New ( )
static

◆ RestoreNodeProperties()

virtual void mitk::AffineBaseDataInteractor3D::RestoreNodeProperties ( )
protectedvirtual

◆ RotateDownKey()

virtual void mitk::AffineBaseDataInteractor3D::RotateDownKey ( StateMachineAction ,
InteractionEvent interactionEvent 
)
protectedvirtual

◆ RotateDownModifierKey()

virtual void mitk::AffineBaseDataInteractor3D::RotateDownModifierKey ( StateMachineAction ,
InteractionEvent interactionEvent 
)
protectedvirtual

◆ RotateGeometry()

void mitk::AffineBaseDataInteractor3D::RotateGeometry ( mitk::ScalarType  angle,
int  rotationaxis,
mitk::BaseGeometry geometry 
)

◆ RotateLeftKey()

virtual void mitk::AffineBaseDataInteractor3D::RotateLeftKey ( StateMachineAction ,
InteractionEvent interactionEvent 
)
protectedvirtual

◆ RotateObject()

virtual void mitk::AffineBaseDataInteractor3D::RotateObject ( StateMachineAction ,
InteractionEvent  
)
protectedvirtual

◆ RotateRightKey()

virtual void mitk::AffineBaseDataInteractor3D::RotateRightKey ( StateMachineAction ,
InteractionEvent interactionEvent 
)
protectedvirtual

◆ RotateUpKey()

virtual void mitk::AffineBaseDataInteractor3D::RotateUpKey ( StateMachineAction ,
InteractionEvent interactionEvent 
)
protectedvirtual

◆ RotateUpModifierKey()

virtual void mitk::AffineBaseDataInteractor3D::RotateUpModifierKey ( StateMachineAction ,
InteractionEvent interactionEvent 
)
protectedvirtual

◆ ScaleDownKey()

virtual void mitk::AffineBaseDataInteractor3D::ScaleDownKey ( mitk::StateMachineAction ,
mitk::InteractionEvent interactionEvent 
)
protectedvirtual

◆ ScaleGeometry()

void mitk::AffineBaseDataInteractor3D::ScaleGeometry ( mitk::Point3D  newScale,
mitk::BaseGeometry geometry 
)

◆ ScaleObject()

virtual void mitk::AffineBaseDataInteractor3D::ScaleObject ( StateMachineAction ,
InteractionEvent  
)
protectedvirtual

◆ ScaleUpKey()

virtual void mitk::AffineBaseDataInteractor3D::ScaleUpKey ( mitk::StateMachineAction ,
mitk::InteractionEvent interactionEvent 
)
protectedvirtual

◆ SelectObject()

virtual void mitk::AffineBaseDataInteractor3D::SelectObject ( StateMachineAction ,
InteractionEvent  
)
protectedvirtual

◆ SetDataNode()

void mitk::AffineBaseDataInteractor3D::SetDataNode ( DataNode node)
overridevirtual

Reimplemented from mitk::DataInteractor.

◆ TranslateDownKey()

virtual void mitk::AffineBaseDataInteractor3D::TranslateDownKey ( StateMachineAction ,
InteractionEvent interactionEvent 
)
protectedvirtual

◆ TranslateDownModifierKey()

virtual void mitk::AffineBaseDataInteractor3D::TranslateDownModifierKey ( StateMachineAction ,
InteractionEvent interactionEvent 
)
protectedvirtual

◆ TranslateGeometry()

void mitk::AffineBaseDataInteractor3D::TranslateGeometry ( mitk::Vector3D  translate,
mitk::BaseGeometry geometry 
)

◆ TranslateLeftKey()

virtual void mitk::AffineBaseDataInteractor3D::TranslateLeftKey ( StateMachineAction ,
InteractionEvent interactionEvent 
)
protectedvirtual

◆ TranslateObject()

virtual void mitk::AffineBaseDataInteractor3D::TranslateObject ( StateMachineAction ,
InteractionEvent  
)
protectedvirtual

◆ TranslateRightKey()

virtual void mitk::AffineBaseDataInteractor3D::TranslateRightKey ( StateMachineAction ,
InteractionEvent interactionEvent 
)
protectedvirtual

◆ TranslateUpKey()

virtual void mitk::AffineBaseDataInteractor3D::TranslateUpKey ( StateMachineAction ,
InteractionEvent interactionEvent 
)
protectedvirtual

◆ TranslateUpModifierKey()

virtual void mitk::AffineBaseDataInteractor3D::TranslateUpModifierKey ( StateMachineAction ,
InteractionEvent interactionEvent 
)
protectedvirtual

The documentation for this class was generated from the following file: