17 #ifndef mitkSinglePointDataInteractor_h_
18 #define mitkSinglePointDataInteractor_h_
20 #include "itkObject.h"
21 #include "itkObjectFactory.h"
22 #include "itkSmartPointer.h"
45 virtual ~SinglePointDataInteractor();
59 virtual
void SetMaxPoints(
unsigned int = 0) {}
virtual void DataNodeChanged() override
Called when a DataNode has been set/changed.
DataCollection - Class to facilitate loading/accessing structured data.
Implementation of the PointSetInteractor.
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...
#define mitkClassMacro(className, SuperClassName)
Implementation of the single point interaction.