17#ifndef __medInteractorPicker_h
18#define __medInteractorPicker_h
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.
Class albaInteractorCameraPicker:
virtual void OnEvent(albaEventBase *event)
Redefined to send picking events if continuous picking is enabled.
albaTypeMacro(albaInteractorCameraPicker, albaInteractorCameraMove)
virtual void OnButtonDown(albaEventInteraction *e)
virtual ~albaInteractorCameraPicker()
virtual void OnButtonUp(albaEventInteraction *e)
bool m_ContinuousPickingFlag
void EnableContinuousPicking(bool enable)
Enable/disable continuous picking in OnEvent.
albaInteractorCameraPicker()
void SendPickingInformation(albaView *v, double *mouse_pos=NULL, int msg_id=VME_PICKED, albaMatrix *tracker_pos=NULL, bool mouse_flag=true)
Send to the listener picked point coordinate through vtkPoint and the corresponding scalar value foun...
albaMatrix - Time stamped 4x4 Matrix.
albaView is the base class for Views in alba.