VTK  9.3.0
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
25 #ifndef vtkInteractorStyleTrackball_h
26 #define vtkInteractorStyleTrackball_h
27 
28 #include "vtkInteractionStyleModule.h" // For export macro
30 
31 VTK_ABI_NAMESPACE_BEGIN
32 class VTKINTERACTIONSTYLE_EXPORT vtkInteractorStyleTrackball : public vtkInteractorStyleSwitch
33 {
34 public:
37  void PrintSelf(ostream& os, vtkIndent indent) override;
38 
39 protected:
42 
43 private:
45  void operator=(const vtkInteractorStyleTrackball&) = delete;
46 };
47 
48 VTK_ABI_NAMESPACE_END
49 #endif
a simple class to control print indentation
Definition: vtkIndent.h:38
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