13 #ifndef mitkCorrectorTool2D_h_Included 14 #define mitkCorrectorTool2D_h_Included 28 class StateMachineAction;
29 class InteractionEvent;
56 itkFactorylessNewMacro(
Self);
59 const char **GetXPM()
const override;
63 const char *
GetName()
const override;
69 void ConnectActionsAndFunctions()
override;
71 void Activated()
override;
72 void Deactivated()
override;
#define MITKSEGMENTATION_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
Represents an action, that is executed after a certain event (in statemachine-mechanism) TODO: implem...
#define mitkClassMacro(className, SuperClassName)
static std::string GetName(std::string fileName, std::string suffix)
Super-class that provides the functionality of a StateMachine to DataInteractors. ...