VTK  9.3.20240418
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 #include "vtkWrappingHints.h" // For VTK_MARSHALAUTO
22 
23 VTK_ABI_NAMESPACE_BEGIN
24 class VTKRENDERINGCORE_EXPORT VTK_MARSHALAUTO vtkInteractorStyleSwitchBase
25  : public vtkInteractorStyle
26 {
27 public:
30  void PrintSelf(ostream& os, vtkIndent indent) override;
31 
33 
34 protected:
37 
38 private:
40  void operator=(const vtkInteractorStyleSwitchBase&) = delete;
41 };
42 
43 VTK_ABI_NAMESPACE_END
44 #endif
a simple class to control print indentation
Definition: vtkIndent.h:108
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.
#define VTK_MARSHALAUTO