Medical Imaging Interaction Toolkit
2025.08.99-f7084adb
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();
68 virtual int GetFillValue()
const;
88 void OnToolManagerWorkingDataModified();
Find image slices visible on a given plane.
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