Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkPaintbrushTool_h
14 #define mitkPaintbrushTool_h
22 class StateMachineAction;
23 class InteractionEvent;
24 class InteractionPositionEvent;
49 void SetSize(
int value);
55 void ConnectActionsAndFunctions()
override;
57 void Activated()
override;
58 void Deactivated()
override;
65 void UpdateFeedbackColor();
86 void OnToolManagerWorkingDataModified();
95 const int m_InternalFillValue = 255;
DataCollection - Class to facilitate loading/accessing structured data.
Super class for all position events.
#define MITKSEGMENTATION_EXPORT
Represents an action, that is executed after a certain event (in statemachine-mechanism) TODO: implem...
#define mitkClassMacro(className, SuperClassName)
itk::SmartPointer< Self > Pointer