VTK  9.6.20260327
vtkJoystickFlyOut.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 vtkJoystickFlyOut_h
15#define vtkJoystickFlyOut_h
16
17#include "vtkInteractionStyleModule.h" // needed for export macro
18#include "vtkJoystickFly.h"
19
20VTK_ABI_NAMESPACE_BEGIN
21class VTKINTERACTIONSTYLE_EXPORT vtkJoystickFlyOut : public vtkJoystickFly
22{
23public:
26 void PrintSelf(ostream& os, vtkIndent indent) override;
27
28protected:
31
32private:
33 vtkJoystickFlyOut(const vtkJoystickFlyOut&) = delete;
34 void operator=(const vtkJoystickFlyOut&) = delete;
35};
36VTK_ABI_NAMESPACE_END
37#endif
a simple class to control print indentation
Definition vtkIndent.h:108
~vtkJoystickFlyOut() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkJoystickFlyOut * New()