VTK  9.3.20240419
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 "vtkInteractionStyleModule.h" // For export macro
40 #include "vtkWrappingHints.h" // For VTK_MARSHALAUTO
41 
42 VTK_ABI_NAMESPACE_BEGIN
43 class VTKINTERACTIONSTYLE_EXPORT VTK_MARSHALAUTO vtkInteractorStyleTrackball
45 {
46 public:
49  void PrintSelf(ostream& os, vtkIndent indent) override;
50 
51 protected:
54 
55 private:
57  void operator=(const vtkInteractorStyleTrackball&) = delete;
58 };
59 
60 VTK_ABI_NAMESPACE_END
61 #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_MARSHALAUTO