open_iA  2020.04
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Public Member Functions | Static Public Member Functions | List of all members
iAInteractorStyleImage Class Reference

Custom interactor style for slicers, for disabling certain vtk interactions we do differently. More...

Inheritance diagram for iAInteractorStyleImage:
Collaboration diagram for iAInteractorStyleImage:

Public Member Functions

 vtkTypeMacro (iAInteractorStyleImage, vtkInteractorStyleImage) void OnLeftButtonDown() override
 Disable "window-level" and rotation interaction (anything but shift-dragging) More...
 
void OnMouseWheelForward () override
 shift and control + mousewheel are used differently - don't use them for zooming! More...
 
void OnMouseWheelBackward () override
 
void OnRightButtonDown () override
 Conditionally disable zooming via right button dragging. More...
 
void SetRightButtonDragZoomEnabled (bool enabled)
 

Static Public Member Functions

static iAInteractorStyleImageNew ()
 

Detailed Description

Custom interactor style for slicers, for disabling certain vtk interactions we do differently.

Member Function Documentation

◆ New()

static iAInteractorStyleImage* iAInteractorStyleImage::New ( )
static

◆ OnMouseWheelBackward()

void iAInteractorStyleImage::OnMouseWheelBackward ( )
inlineoverride

◆ OnMouseWheelForward()

void iAInteractorStyleImage::OnMouseWheelForward ( )
inlineoverride

shift and control + mousewheel are used differently - don't use them for zooming!

◆ OnRightButtonDown()

void iAInteractorStyleImage::OnRightButtonDown ( )
inlineoverride

Conditionally disable zooming via right button dragging.

◆ SetRightButtonDragZoomEnabled()

void iAInteractorStyleImage::SetRightButtonDragZoomEnabled ( bool  enabled)
inline

◆ vtkTypeMacro()

iAInteractorStyleImage::vtkTypeMacro ( iAInteractorStyleImage  ,
vtkInteractorStyleImage   
)
inlineoverride

Disable "window-level" and rotation interaction (anything but shift-dragging)


The documentation for this class was generated from the following file: