![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
ParaView-style interactor for 2D image viewing. More...
#include <vtkPVImageInteractorStyle.h>


Public Member Functions | |
| vtkTypeMacro (vtkPVImageInteractorStyle, vtkInteractorStyleImage) | |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| void | OnLeftButtonDown () override |
| void | OnLeftButtonUp () override |
| void | OnMiddleButtonDown () override |
| void | OnMiddleButtonUp () override |
| void | OnMouseMove () override |
| void | Pan () override |
| void | Rotate () override |
Static Public Member Functions | |
| static vtkPVImageInteractorStyle * | New () |
Protected Member Functions | |
| vtkPVImageInteractorStyle () | |
| ~vtkPVImageInteractorStyle () override | |
Protected Attributes | |
| double | RotationFactor |
ParaView-style interactor for 2D image viewing.
Provides ParaView-like interaction for images:
Definition at line 23 of file vtkPVImageInteractorStyle.h.
|
protected |
Definition at line 27 of file vtkPVImageInteractorStyle.cxx.
References RotationFactor.
|
overrideprotecteddefault |
|
static |
|
override |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Definition at line 41 of file vtkPVImageInteractorStyle.cxx.
|
override |
Definition at line 57 of file vtkPVImageInteractorStyle.cxx.
|
override |
Definition at line 68 of file vtkPVImageInteractorStyle.cxx.
|
override |
Definition at line 84 of file vtkPVImageInteractorStyle.cxx.
|
override |
Definition at line 95 of file vtkPVImageInteractorStyle.cxx.
|
override |
Override Pan and Rotate methods for custom behavior
Definition at line 219 of file vtkPVImageInteractorStyle.cxx.
References cloudViewer::ml::contrib::Cross(), size, and z.
Referenced by OnMouseMove().
|
override |
Definition at line 35 of file vtkPVImageInteractorStyle.cxx.
References RotationFactor.
|
override |
Definition at line 110 of file vtkPVImageInteractorStyle.cxx.
References RotationFactor, and size.
Referenced by OnMouseMove().
| vtkPVImageInteractorStyle::vtkTypeMacro | ( | vtkPVImageInteractorStyle | , |
| vtkInteractorStyleImage | |||
| ) |
|
protected |
Definition at line 54 of file vtkPVImageInteractorStyle.h.
Referenced by PrintSelf(), Rotate(), and vtkPVImageInteractorStyle().