VTK  9.3.20240423
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
23VTK_ABI_NAMESPACE_BEGIN
24class VTKRENDERINGCORE_EXPORT VTK_MARSHALAUTO vtkInteractorStyleSwitchBase
25 : public vtkInteractorStyle
26{
27public:
30 void PrintSelf(ostream& os, vtkIndent indent) override;
31
33
34protected:
37
38private:
40 void operator=(const vtkInteractorStyleSwitchBase&) = delete;
41};
42
43VTK_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.
static vtkInteractorStyleSwitchBase * New()
vtkRenderWindowInteractor * GetInteractor() override
This method is used to associate the widget with the render window interactor.
~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