#include <vtkTrackballPan.h>
|
| | vtkTypeMacro (vtkTrackballPan, vtkCameraManipulator) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| |
| void | OnMouseMove (int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *iren) override |
| |
| void | OnButtonDown (int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *iren) override |
| |
| void | OnButtonUp (int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *iren) override |
| |
| | vtkTypeMacro (vtkCameraManipulator, vtkObject) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| |
| virtual void | StartInteraction () |
| |
| virtual void | EndInteraction () |
| |
| virtual void | OnKeyUp (vtkRenderWindowInteractor *iren) |
| |
| virtual void | OnKeyDown (vtkRenderWindowInteractor *iren) |
| |
| | vtkSetMacro (Button, int) |
| |
| | vtkGetMacro (Button, int) |
| |
| | vtkSetMacro (Shift, int) |
| |
| | vtkGetMacro (Shift, int) |
| |
| | vtkBooleanMacro (Shift, int) |
| |
| | vtkSetMacro (Control, int) |
| |
| | vtkGetMacro (Control, int) |
| |
| | vtkBooleanMacro (Control, int) |
| |
| | vtkSetVector3Macro (Center, double) |
| |
| | vtkGetVector3Macro (Center, double) |
| |
| | vtkSetMacro (RotationFactor, double) |
| |
| | vtkGetMacro (RotationFactor, double) |
| |
| | vtkSetStringMacro (ManipulatorName) |
| |
| | vtkGetStringMacro (ManipulatorName) |
| |
| void | SetGUIHelper (vtkCameraManipulatorGUIHelper *) |
| |
| | vtkGetObjectMacro (GUIHelper, vtkCameraManipulatorGUIHelper) |
| |
Definition at line 13 of file vtkTrackballPan.h.
◆ vtkTrackballPan() [1/2]
| vtkTrackballPan::vtkTrackballPan |
( |
| ) |
|
|
protected |
◆ ~vtkTrackballPan()
| vtkTrackballPan::~vtkTrackballPan |
( |
| ) |
|
|
overrideprotected |
◆ vtkTrackballPan() [2/2]
◆ New()
◆ OnButtonDown()
| void vtkTrackballPan::OnButtonDown |
( |
int |
x, |
|
|
int |
y, |
|
|
vtkRenderer * |
ren, |
|
|
vtkRenderWindowInteractor * |
iren |
|
) |
| |
|
overridevirtual |
◆ OnButtonUp()
| void vtkTrackballPan::OnButtonUp |
( |
int |
x, |
|
|
int |
y, |
|
|
vtkRenderer * |
ren, |
|
|
vtkRenderWindowInteractor * |
iren |
|
) |
| |
|
overridevirtual |
◆ OnMouseMove()
| void vtkTrackballPan::OnMouseMove |
( |
int |
x, |
|
|
int |
y, |
|
|
vtkRenderer * |
ren, |
|
|
vtkRenderWindowInteractor * |
iren |
|
) |
| |
|
overridevirtual |
◆ operator=()
◆ PrintSelf()
| void vtkTrackballPan::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
override |
◆ vtkTypeMacro()
The documentation for this class was generated from the following files: