VTK  9.3.1
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:
34  ~vtkInteractorStyleSwitchBase() override;
35 
36 private:
38  void operator=(const vtkInteractorStyleSwitchBase&) = delete;
39 };
40 
41 VTK_ABI_NAMESPACE_END
42 #endif
static vtkInteractorStyle * New()
This class must be supplied with a vtkRenderWindowInteractor wrapper or parent.
platform-independent render window interaction including picking and frame rate control.
a simple class to control print indentation
Definition: vtkIndent.h:28
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
provide event-driven interface to the rendering window (defines trackball mode)
virtual vtkRenderWindowInteractor * GetInteractor()
This method is used to associate the widget with the render window interactor.