VTK  9.6.1
vtkInteractorStyleTrackball.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
15
16#ifndef vtkInteractorStyleTrackball_h
17#define vtkInteractorStyleTrackball_h
18
19#include "vtkDeprecation.h" // For deprecation macro
20#include "vtkInteractionStyleModule.h" // For export macro
22#include "vtkWrappingHints.h" // For VTK_MARSHALAUTO
23
24VTK_ABI_NAMESPACE_BEGIN
25
26class VTK_DEPRECATED_IN_9_6_0("Please use vtkInteractorStyleSwitch instead.")
27 VTKINTERACTIONSTYLE_EXPORT VTK_MARSHALAUTO vtkInteractorStyleTrackball
29{
30public:
33 void PrintSelf(ostream& os, vtkIndent indent) override;
34
35protected:
38
39private:
41 void operator=(const vtkInteractorStyleTrackball&) = delete;
42};
43
44VTK_ABI_NAMESPACE_END
45#endif
a simple class to control print indentation
Definition vtkIndent.h:29
static vtkInteractorStyleTrackball * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkInteractorStyleTrackball() override
#define VTK_DEPRECATED_IN_9_6_0(reason)
#define VTK_MARSHALAUTO