13 #ifndef MITKPLANARFIGUREINTERACTOR_H 14 #define MITKPLANARFIGUREINTERACTOR_H 22 #pragma GCC visibility push(default) 23 #include <itkEventObject.h> 24 #pragma GCC visibility pop 33 class InteractionPositionEvent;
34 class StateMachineAction;
36 #pragma GCC visibility push(default) 50 #pragma GCC visibility pop 61 itkFactorylessNewMacro(
Self);
68 void SetMinimumPointDistance(
ScalarType minimumDistance);
74 void ConnectActionsAndFunctions()
override;
91 bool CheckFigureOnRenderingGeometry(
const InteractionEvent *interactionEvent);
171 Point2D &pointProjectedOntoLine)
const;
182 void LogPrintPlanarFigureQuantities(
const PlanarFigure *planarFigure);
184 void ConfigurationChanged()
override;
198 #endif // MITKPLANARFIGUREINTERACTOR_H
Super class for all position events.
Organizes the rendering process.
DataCollection - Class to facilitate loading/accessing structured data.
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)
itkEventMacroDeclaration(BoundingShapeInteractionEvent, itk::AnyEvent)
Describes a two-dimensional, rectangular plane.
Class for nodes of the DataTree.