VTK  9.5.20250922
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
35#ifndef vtkInteractorStyleTrackball_h
36#define vtkInteractorStyleTrackball_h
37
38#include "vtkDeprecation.h" // For deprecation macro
39#include "vtkInteractionStyleModule.h" // For export macro
41#include "vtkWrappingHints.h" // For VTK_MARSHALAUTO
42
43VTK_ABI_NAMESPACE_BEGIN
44
45class VTK_DEPRECATED_IN_9_6_0("Please use vtkInteractorStyleSwitch instead.")
46 VTKINTERACTIONSTYLE_EXPORT VTK_MARSHALAUTO vtkInteractorStyleTrackball
48{
49public:
52 void PrintSelf(ostream& os, vtkIndent indent) override;
53
54protected:
57
58private:
60 void operator=(const vtkInteractorStyleTrackball&) = delete;
61};
62
63VTK_ABI_NAMESPACE_END
64#endif
a simple class to control print indentation
Definition vtkIndent.h:108
class to swap between interactory styles
provides trackball motion control
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