Loading [MathJax]/extensions/tex2jax.js
VTK  9.4.20250406
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
40#ifndef vtkOrientationWidget_h
41#define vtkOrientationWidget_h
42
43#include "vtkAbstractWidget.h"
44#include "vtkInteractionWidgetsModule.h" // For export macro
45#include "vtkNew.h" // For vtkNew
46#include "vtkWrappingHints.h" // For VTK_MARSHALAUTO
47
48VTK_ABI_NAMESPACE_BEGIN
50
51class VTKINTERACTIONWIDGETS_EXPORT VTK_MARSHALAUTO vtkOrientationWidget : public vtkAbstractWidget
52{
53public:
58
60
66
73
74protected:
77
78 // These methods handle events
82
83private:
84 bool Active = false;
85
87 void operator=(const vtkOrientationWidget&) = delete;
88};
89
90VTK_ABI_NAMESPACE_END
91#endif
define the API for widget / widget representation
a class defining the representation for the vtkOrientationWidget
3D Widget for manipulating a vtkCamera
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