17#ifndef __albaInteractorSegmentationPicker_h
18#define __albaInteractorSegmentationPicker_h
52 double m_PickPosition[3];
Implementation of the message object for the Subject/Observer design pattern.
Event class to transport a triggering button and a position from pointing devices.
implements mouse move of camera in the scene.
albaInteractorSegmentationPicker()
constructor.
void SendPickingInformation(albaView *v, double *mouse_pos, long modifier, int eventID)
Send to the listener picked point coordinate through vtkPoint and the corresponding scalar value foun...
albaTypeMacro(albaInteractorSegmentationPicker, albaInteractorCameraMove)
virtual ~albaInteractorSegmentationPicker()
destructor.
virtual void OnEvent(albaEventBase *event)
Process events coming from tracker.
virtual void OnLeftButtonUp()
This function is called when on mouse button release.
virtual void OnLeftButtonDown(albaEventInteraction *e)
This function is called when on mouse button down.
albaView is the base class for Views in alba.