VTK  9.5.2
vtkOrientationWidget.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
36
37#ifndef vtkOrientationWidget_h
38#define vtkOrientationWidget_h
39
40#include "vtkAbstractWidget.h"
41#include "vtkInteractionWidgetsModule.h" // For export macro
42#include "vtkNew.h" // For vtkNew
43#include "vtkWrappingHints.h" // For VTK_MARSHALAUTO
44
45VTK_ABI_NAMESPACE_BEGIN
47
48class VTKINTERACTIONWIDGETS_EXPORT VTK_MARSHALAUTO vtkOrientationWidget : public vtkAbstractWidget
49{
50public:
55
57
63
70
71protected:
74
75 // These methods handle events
79
80private:
81 bool Active = false;
82
84 void operator=(const vtkOrientationWidget&) = delete;
85};
86
87VTK_ABI_NAMESPACE_END
88#endif
a class defining the representation for the vtkOrientationWidget
void CreateDefaultRepresentation() override
Create the default widget representation if one is not set.
static void MoveAction(vtkAbstractWidget *)
~vtkOrientationWidget() override
static void EndSelectAction(vtkAbstractWidget *)
void SetRepresentation(vtkOrientationRepresentation *r)
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene.
static vtkOrientationWidget * New()
Instantiate the object.
static void SelectAction(vtkAbstractWidget *)
#define VTK_MARSHALAUTO