13 #ifndef mitkClippingPlaneInteractor3D_h
14 #define mitkClippingPlaneInteractor3D_h
33 itkFactorylessNewMacro(
Self);
60 void ColorizeSurface(BaseRenderer::Pointer renderer,
double scalar = 0.0);
62 double m_InitialPickedWorldPoint[4];
63 Point2D m_InitialPickedDisplayPoint;
65 Geometry3D::Pointer m_OriginalGeometry;
#define MITKDATATYPESEXT_EXPORT
Specialized interactor for clipping planes.
ClippingPlaneInteractor3D()
void DataNodeChanged() override
virtual void InitTranslate(StateMachineAction *, InteractionEvent *)
void ConnectActionsAndFunctions() override
mitkClassMacro(ClippingPlaneInteractor3D, DataInteractor)
virtual void RotateObject(StateMachineAction *, InteractionEvent *)
~ClippingPlaneInteractor3D() override
virtual bool CheckOverObject(const InteractionEvent *)
virtual void SelectObject(StateMachineAction *, InteractionEvent *)
virtual void DeselectObject(StateMachineAction *, InteractionEvent *)
virtual void TranslateObject(StateMachineAction *, InteractionEvent *)
virtual void InitRotate(StateMachineAction *, InteractionEvent *)
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...
Find image slices visible on a given plane.