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