17 #ifndef mitkSimulationInteractor_h
18 #define mitkSimulationInteractor_h
21 #include <MitkSimulationExports.h>
25 class InteractionPositionEvent;
31 itkFactorylessNewMacro(
Self);
50 std::unique_ptr<Impl>
m_Impl;
Super class for all position events.
virtual void DataNodeChanged() override
Called when a DataNode has been set/changed.
DataCollection - Class to facilitate loading/accessing structured data.
Base class from with interactors that handle DataNodes are to be derived.
Represents an action, that is executed after a certain event (in statemachine-mechanism) TODO: implem...
virtual void ConnectActionsAndFunctions() override
#define mitkClassMacro(className, SuperClassName)