14#ifndef mmiVTKPicker_h__ 
   15#define mmiVTKPicker_h__ 
   63    m_ContinuousPicking = bValue;
 
   68    return m_ContinuousPicking;
 
   83    m_ContinuousPicking = 
false;
 
Event class to transport a triggering button and a position from pointing devices.
implements mouse move of camera in the scene.
class name: mmiVTKPicker Implements mouse move of camera in the scene or perform continuous cell pick...
virtual ~mmiVTKPicker()
destructor
void SetContinuousPicking(bool bValue)
Enables/disables continuous picking.
albaTypeMacro(mmiVTKPicker, albaInteractorCameraMove)
RTTI macro.
virtual void OnLeftButtonUp()
redefined to end pick modality
bool GetContinuousPicking()
Enables/disables continuous picking.
mmiVTKPicker()
constructor
virtual void OnLeftButtonDown(albaEventInteraction *e)
redefined to pick cell if CTRL modifier is pressed
virtual void OnMouseMove()
redefined not to move the camera if something has been picked