13 #ifndef MITKDATAINTERACTOR_H_ 14 #define MITKDATAINTERACTOR_H_ 58 itkFactorylessNewMacro(
Self);
63 virtual void SetDataNode(
DataNode *dataNode);
86 void ConnectActionsAndFunctions()
override;
95 virtual void DataNodeChanged();
100 void virtual NotifyStart();
107 void virtual NotifyResultReady();
itkEventMacro(BoundingShapeInteractionEvent, itk::AnyEvent)
static const std::string IntLeaveWidget
DataCollection - Class to facilitate loading/accessing structured data.
Base class from with interactors that handle DataNodes are to be derived.
#define mitkClassMacro(className, SuperClassName)
static const std::string IntDeactivateMe
static const std::string IntEnterWidget
Class for nodes of the DataTree.
Super-class that provides the functionality of a StateMachine to DataInteractors. ...