Loading [MathJax]/extensions/tex2jax.js
VTK
9.4.20250406
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
Interaction
Widgets
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
48
VTK_ABI_NAMESPACE_BEGIN
49
class
vtkOrientationRepresentation
;
50
51
class
VTKINTERACTIONWIDGETS_EXPORT
VTK_MARSHALAUTO
vtkOrientationWidget
:
public
vtkAbstractWidget
52
{
53
public
:
57
static
vtkOrientationWidget
*
New
();
58
59
vtkTypeMacro(
vtkOrientationWidget
,
vtkAbstractWidget
);
60
65
void
CreateDefaultRepresentation
()
override
;
66
72
void
SetRepresentation
(
vtkOrientationRepresentation
* r);
73
74
protected
:
75
vtkOrientationWidget
();
76
~vtkOrientationWidget
()
override
;
77
78
// These methods handle events
79
static
void
SelectAction
(
vtkAbstractWidget
*);
80
static
void
EndSelectAction
(
vtkAbstractWidget
*);
81
static
void
MoveAction
(
vtkAbstractWidget
*);
82
83
private
:
84
bool
Active =
false
;
85
86
vtkOrientationWidget
(
const
vtkOrientationWidget
&) =
delete
;
87
void
operator=(
const
vtkOrientationWidget
&) =
delete
;
88
};
89
90
VTK_ABI_NAMESPACE_END
91
#endif
vtkAbstractWidget
define the API for widget / widget representation
Definition
vtkAbstractWidget.h:86
vtkOrientationRepresentation
a class defining the representation for the vtkOrientationWidget
Definition
vtkOrientationRepresentation.h:50
vtkOrientationWidget
3D Widget for manipulating a vtkCamera
Definition
vtkOrientationWidget.h:52
vtkOrientationWidget::CreateDefaultRepresentation
void CreateDefaultRepresentation() override
Create the default widget representation if one is not set.
vtkOrientationWidget::MoveAction
static void MoveAction(vtkAbstractWidget *)
vtkOrientationWidget::vtkOrientationWidget
vtkOrientationWidget()
vtkOrientationWidget::~vtkOrientationWidget
~vtkOrientationWidget() override
vtkOrientationWidget::EndSelectAction
static void EndSelectAction(vtkAbstractWidget *)
vtkOrientationWidget::SetRepresentation
void SetRepresentation(vtkOrientationRepresentation *r)
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene.
vtkOrientationWidget::New
static vtkOrientationWidget * New()
Instantiate the object.
vtkOrientationWidget::SelectAction
static void SelectAction(vtkAbstractWidget *)
vtkAbstractWidget.h
vtkNew.h
vtkWrappingHints.h
VTK_MARSHALAUTO
#define VTK_MARSHALAUTO
Definition
vtkWrappingHints.h:50
Generated on Sun Apr 6 2025 09:56:00 for VTK by
1.9.7