VTK  9.4.20250130
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 vtkRenderWindowInteractor* GetInteractor() override;
34
35protected:
38
39private:
41 void operator=(const vtkInteractorStyleSwitchBase&) = delete;
42};
43
44VTK_ABI_NAMESPACE_END
45#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()
provide event-driven interface to the rendering window (defines trackball mode)
platform-independent render window interaction including picking and frame rate control.
#define VTK_MARSHAL_EXCLUDE_REASON_IS_REDUNDANT
#define VTK_MARSHALAUTO
#define VTK_MARSHALEXCLUDE(reason)