#include <G4VtkInteractorStyle.hh>
Definition at line 38 of file G4VtkInteractorStyle.hh.
◆ New()
◆ OnLeftButtonDown()
void G4VtkInteractorStyle::OnLeftButtonDown |
( |
| ) |
|
|
inlineoverride |
Definition at line 49 of file G4VtkInteractorStyle.hh.
50 {
51
52 vtkInteractorStyleMultiTouchCamera::OnLeftButtonDown();
53 }
◆ OnLeftButtonUp()
void G4VtkInteractorStyle::OnLeftButtonUp |
( |
| ) |
|
|
inlineoverride |
◆ OnMiddleButtonDown()
void G4VtkInteractorStyle::OnMiddleButtonDown |
( |
| ) |
|
|
inlineoverride |
Definition at line 62 of file G4VtkInteractorStyle.hh.
63 {
64
65 vtkInteractorStyleMultiTouchCamera::OnMiddleButtonDown();
66 }
◆ OnRightButtonDown()
void G4VtkInteractorStyle::OnRightButtonDown |
( |
| ) |
|
|
inlineoverride |
Definition at line 68 of file G4VtkInteractorStyle.hh.
69 {
70
71 vtkInteractorStyleMultiTouchCamera::OnRightButtonDown();
72 }
◆ vtkTypeMacro()
The documentation for this class was generated from the following file: