vtkPVJoystickFlyOut.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
11 #ifndef vtkPVJoystickFlyOut_h
12 #define vtkPVJoystickFlyOut_h
13 
14 #include "vtkPVJoystickFly.h"
15 #include "vtkPVVTKExtensionsInteractionStyleModule.h" // needed for export macro
16 
18 {
19 public:
20  static vtkPVJoystickFlyOut* New();
22  void PrintSelf(ostream& os, vtkIndent indent) override;
23 
24 protected:
26  ~vtkPVJoystickFlyOut() override;
27 
28 private:
30  void operator=(const vtkPVJoystickFlyOut&) = delete;
31 };
32 
33 #endif
#define VTKPVVTKEXTENSIONSINTERACTIONSTYLE_EXPORT
void operator=(const vtkPVJoystickFly &)=delete
Rotates camera with xy mouse movement.
static vtkCameraManipulator * New()
Fly camera towards or away from the object.
void PrintSelf(ostream &os, vtkIndent indent) override