VTK  9.3.0
vtkInteractorStyleSwitchBase.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
16 #ifndef vtkInteractorStyleSwitchBase_h
17 #define vtkInteractorStyleSwitchBase_h
18 
19 #include "vtkInteractorStyle.h"
20 #include "vtkRenderingCoreModule.h" // For export macro
21 
22 VTK_ABI_NAMESPACE_BEGIN
23 class VTKRENDERINGCORE_EXPORT vtkInteractorStyleSwitchBase : public vtkInteractorStyle
24 {
25 public:
28  void PrintSelf(ostream& os, vtkIndent indent) override;
29 
31 
32 protected:
35 
36 private:
38  void operator=(const vtkInteractorStyleSwitchBase&) = delete;
39 };
40 
41 VTK_ABI_NAMESPACE_END
42 #endif
a simple class to control print indentation
Definition: vtkIndent.h:38
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkRenderWindowInteractor * GetInteractor() override
This method is used to associate the widget with the render window interactor.
static vtkInteractorStyleSwitchBase * New()
~vtkInteractorStyleSwitchBase() override
provide event-driven interface to the rendering window (defines trackball mode)
platform-independent render window interaction including picking and frame rate control.