![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <vtkPVJoystickFlyIn.h>


Public Member Functions | |
| vtkTypeMacro (vtkPVJoystickFlyIn, vtkPVJoystickFly) | |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
Public Member Functions inherited from vtkPVJoystickFly | |
| vtkTypeMacro (vtkPVJoystickFly, vtkCameraManipulator) | |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| void | OnMouseMove (int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *rwi) override |
| void | OnButtonDown (int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *rwi) override |
| void | OnButtonUp (int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *rwi) override |
| vtkSetClampMacro (FlySpeed, double, 1, 30) | |
| vtkGetMacro (FlySpeed, double) | |
Public Member Functions inherited from vtkCameraManipulator | |
| 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) | |
Static Public Member Functions | |
| static vtkPVJoystickFlyIn * | New () |
Static Public Member Functions inherited from vtkCameraManipulator | |
| static vtkCameraManipulator * | New () |
Protected Member Functions | |
| vtkPVJoystickFlyIn () | |
| ~vtkPVJoystickFlyIn () override | |
Protected Member Functions inherited from vtkPVJoystickFly | |
| vtkPVJoystickFly () | |
| ~vtkPVJoystickFly () override | |
| void | Fly (vtkRenderer *ren, vtkRenderWindowInteractor *rwi, double scale, double speed) |
| void | ComputeCameraAxes (vtkRenderer *) |
| vtkPVJoystickFly (const vtkPVJoystickFly &)=delete | |
| void | operator= (const vtkPVJoystickFly &)=delete |
Protected Member Functions inherited from vtkCameraManipulator | |
| vtkCameraManipulator () | |
| ~vtkCameraManipulator () override | |
| void | ComputeDisplayCenter (vtkRenderer *ren) |
Additional Inherited Members | |
Protected Attributes inherited from vtkPVJoystickFly | |
| int | In |
| int | FlyFlag |
| double | FlySpeed |
| double | Scale |
| double | LastRenderTime |
| double | CameraXAxis [3] |
| double | CameraYAxis [3] |
| double | CameraZAxis [3] |
Protected Attributes inherited from vtkCameraManipulator | |
| char * | ManipulatorName |
| int | Button |
| int | Shift |
| int | Control |
| double | Center [3] |
| double | RotationFactor |
| double | DisplayCenter [2] |
| vtkCameraManipulatorGUIHelper * | GUIHelper |
Definition at line 13 of file vtkPVJoystickFlyIn.h.
|
protected |
Definition at line 27 of file vtkPVJoystickFlyIn.cxx.
References vtkPVJoystickFly::In.
|
overrideprotected |
Definition at line 33 of file vtkPVJoystickFlyIn.cxx.
|
static |
|
override |
Definition at line 38 of file vtkPVJoystickFlyIn.cxx.
| vtkPVJoystickFlyIn::vtkTypeMacro | ( | vtkPVJoystickFlyIn | , |
| vtkPVJoystickFly | |||
| ) |