VTK
9.1.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Interaction
Widgets
vtkAffineWidget.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkAffineWidget.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
83
#ifndef vtkAffineWidget_h
84
#define vtkAffineWidget_h
85
86
#include "
vtkAbstractWidget.h
"
87
#include "vtkInteractionWidgetsModule.h"
// For export macro
88
89
class
vtkAffineRepresentation
;
90
91
class
VTKINTERACTIONWIDGETS_EXPORT
vtkAffineWidget
:
public
vtkAbstractWidget
92
{
93
public
:
97
static
vtkAffineWidget
*
New
();
98
100
103
vtkTypeMacro(
vtkAffineWidget
,
vtkAbstractWidget
);
104
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
106
112
void
SetRepresentation
(
vtkAffineRepresentation
* r)
113
{
114
this->Superclass::SetWidgetRepresentation(
reinterpret_cast<
vtkWidgetRepresentation
*
>
(r));
115
}
116
120
vtkAffineRepresentation
*
GetAffineRepresentation
()
121
{
122
return
reinterpret_cast<
vtkAffineRepresentation
*
>
(this->
WidgetRep
);
123
}
124
128
void
CreateDefaultRepresentation
()
override
;
129
135
void
SetEnabled
(
int
)
override
;
136
137
protected
:
138
vtkAffineWidget
();
139
~vtkAffineWidget
()
override
;
140
141
// These are the callbacks for this widget
142
static
void
SelectAction
(
vtkAbstractWidget
*);
143
static
void
EndSelectAction
(
vtkAbstractWidget
*);
144
static
void
MoveAction
(
vtkAbstractWidget
*);
145
static
void
ModifyEventAction
(
vtkAbstractWidget
*);
146
147
// helper methods for cursor management
148
void
SetCursor
(
int
state)
override
;
149
150
// Manage the state of the widget
151
int
WidgetState
;
152
enum
_WidgetState
153
{
154
Start = 0,
155
Active
156
};
157
158
// Keep track whether key modifier key is pressed
159
int
ModifierActive
;
160
161
private
:
162
vtkAffineWidget
(
const
vtkAffineWidget
&) =
delete
;
163
void
operator=(
const
vtkAffineWidget
&) =
delete
;
164
};
165
166
#endif
vtkAbstractWidget
define the API for widget / widget representation
Definition:
vtkAbstractWidget.h:66
vtkAbstractWidget::WidgetRep
vtkWidgetRepresentation * WidgetRep
Definition:
vtkAbstractWidget.h:175
vtkAffineRepresentation
abstract class for representing affine transformation widgets
Definition:
vtkAffineRepresentation.h:48
vtkAffineWidget
perform affine transformations
Definition:
vtkAffineWidget.h:92
vtkAffineWidget::ModifyEventAction
static void ModifyEventAction(vtkAbstractWidget *)
vtkAffineWidget::SetEnabled
void SetEnabled(int) override
Methods for activating this widget.
vtkAffineWidget::CreateDefaultRepresentation
void CreateDefaultRepresentation() override
Create the default widget representation if one is not set.
vtkAffineWidget::SelectAction
static void SelectAction(vtkAbstractWidget *)
vtkAffineWidget::SetCursor
void SetCursor(int state) override
vtkAffineWidget::MoveAction
static void MoveAction(vtkAbstractWidget *)
vtkAffineWidget::WidgetState
int WidgetState
Definition:
vtkAffineWidget.h:151
vtkAffineWidget::SetRepresentation
void SetRepresentation(vtkAffineRepresentation *r)
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene.
Definition:
vtkAffineWidget.h:112
vtkAffineWidget::vtkAffineWidget
vtkAffineWidget()
vtkAffineWidget::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK class macros.
vtkAffineWidget::ModifierActive
int ModifierActive
Definition:
vtkAffineWidget.h:159
vtkAffineWidget::~vtkAffineWidget
~vtkAffineWidget() override
vtkAffineWidget::GetAffineRepresentation
vtkAffineRepresentation * GetAffineRepresentation()
Return the representation as a vtkAffineRepresentation.
Definition:
vtkAffineWidget.h:120
vtkAffineWidget::_WidgetState
_WidgetState
Definition:
vtkAffineWidget.h:153
vtkAffineWidget::EndSelectAction
static void EndSelectAction(vtkAbstractWidget *)
vtkAffineWidget::New
static vtkAffineWidget * New()
Instantiate this class.
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:113
vtkWidgetRepresentation
abstract class defines interface between the widget and widget representation classes
Definition:
vtkWidgetRepresentation.h:60
vtkAbstractWidget.h
Generated on Fri Apr 21 2023 10:28:51 for VTK by
1.9.6