VTK  9.6.20260326
vtkJoystickFlyIn.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2// SPDX-License-Identifier: BSD-3-Clause
13
14#ifndef vtkJoystickFlyIn_h
15#define vtkJoystickFlyIn_h
16
17#include "vtkInteractionStyleModule.h" // needed for export macro
18#include "vtkJoystickFly.h"
19
20VTK_ABI_NAMESPACE_BEGIN
21class VTKINTERACTIONSTYLE_EXPORT vtkJoystickFlyIn : public vtkJoystickFly
22{
23public:
26 void PrintSelf(ostream& os, vtkIndent indent) override;
27
28protected:
31
32private:
33 vtkJoystickFlyIn(const vtkJoystickFlyIn&) = delete;
34 void operator=(const vtkJoystickFlyIn&) = delete;
35};
36VTK_ABI_NAMESPACE_END
37#endif
a simple class to control print indentation
Definition vtkIndent.h:108
static vtkJoystickFlyIn * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkJoystickFlyIn() override