VTK
9.4.20241221
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Interaction
Widgets
vtkRectilinearWipeWidget.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
90
#ifndef vtkRectilinearWipeWidget_h
91
#define vtkRectilinearWipeWidget_h
92
93
#include "
vtkAbstractWidget.h
"
94
#include "vtkInteractionWidgetsModule.h"
// For export macro
95
#include "
vtkWrappingHints.h
"
// For VTK_MARSHALAUTO
96
97
VTK_ABI_NAMESPACE_BEGIN
98
class
vtkRectilinearWipeRepresentation
;
99
100
class
VTKINTERACTIONWIDGETS_EXPORT
VTK_MARSHALAUTO
vtkRectilinearWipeWidget
101
:
public
vtkAbstractWidget
102
{
103
public
:
107
static
vtkRectilinearWipeWidget
*
New
();
108
110
113
vtkTypeMacro(
vtkRectilinearWipeWidget
,
vtkAbstractWidget
);
114
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
116
122
void
SetRepresentation
(
vtkRectilinearWipeRepresentation
* r)
123
{
124
this->Superclass::SetWidgetRepresentation(
reinterpret_cast<
vtkWidgetRepresentation
*
>
(r));
125
}
126
130
vtkRectilinearWipeRepresentation
*
GetRectilinearWipeRepresentation
()
131
{
132
return
reinterpret_cast<
vtkRectilinearWipeRepresentation
*
>
(this->
WidgetRep
);
133
}
134
138
void
CreateDefaultRepresentation
()
override
;
139
140
protected
:
141
vtkRectilinearWipeWidget
();
142
~vtkRectilinearWipeWidget
()
override
;
143
144
// These methods handle events
145
static
void
SelectAction
(
vtkAbstractWidget
*);
146
static
void
MoveAction
(
vtkAbstractWidget
*);
147
static
void
EndSelectAction
(
vtkAbstractWidget
*);
148
149
// helper methods for cursor management
150
void
SetCursor
(
int
state)
override
;
151
152
// Manage the state of the widget
153
int
WidgetState
;
154
enum
WidgetStateType
155
{
156
Start = 0,
157
Selected
158
};
159
160
private
:
161
vtkRectilinearWipeWidget
(
const
vtkRectilinearWipeWidget
&) =
delete
;
162
void
operator=(
const
vtkRectilinearWipeWidget
&) =
delete
;
163
};
164
165
VTK_ABI_NAMESPACE_END
166
#endif
vtkAbstractWidget
define the API for widget / widget representation
Definition
vtkAbstractWidget.h:86
vtkAbstractWidget::WidgetRep
vtkWidgetRepresentation * WidgetRep
Definition
vtkAbstractWidget.h:200
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:108
vtkRectilinearWipeRepresentation
represent a vtkRectilinearWipeWidget
Definition
vtkRectilinearWipeRepresentation.h:68
vtkRectilinearWipeWidget
interactively control an instance of vtkImageRectilinearWipe filter
Definition
vtkRectilinearWipeWidget.h:102
vtkRectilinearWipeWidget::WidgetState
int WidgetState
Definition
vtkRectilinearWipeWidget.h:153
vtkRectilinearWipeWidget::New
static vtkRectilinearWipeWidget * New()
Instantiate the class.
vtkRectilinearWipeWidget::WidgetStateType
WidgetStateType
Definition
vtkRectilinearWipeWidget.h:155
vtkRectilinearWipeWidget::SetRepresentation
void SetRepresentation(vtkRectilinearWipeRepresentation *r)
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene.
Definition
vtkRectilinearWipeWidget.h:122
vtkRectilinearWipeWidget::GetRectilinearWipeRepresentation
vtkRectilinearWipeRepresentation * GetRectilinearWipeRepresentation()
Return the representation as a vtkRectilinearWipeRepresentation.
Definition
vtkRectilinearWipeWidget.h:130
vtkRectilinearWipeWidget::vtkRectilinearWipeWidget
vtkRectilinearWipeWidget()
vtkRectilinearWipeWidget::SelectAction
static void SelectAction(vtkAbstractWidget *)
vtkRectilinearWipeWidget::EndSelectAction
static void EndSelectAction(vtkAbstractWidget *)
vtkRectilinearWipeWidget::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Standard macros.
vtkRectilinearWipeWidget::SetCursor
void SetCursor(int state) override
vtkRectilinearWipeWidget::~vtkRectilinearWipeWidget
~vtkRectilinearWipeWidget() override
vtkRectilinearWipeWidget::MoveAction
static void MoveAction(vtkAbstractWidget *)
vtkRectilinearWipeWidget::CreateDefaultRepresentation
void CreateDefaultRepresentation() override
Create the default widget representation if one is not set.
vtkWidgetRepresentation
abstract class defines interface between the widget and widget representation classes
Definition
vtkWidgetRepresentation.h:68
vtkAbstractWidget.h
vtkWrappingHints.h
VTK_MARSHALAUTO
#define VTK_MARSHALAUTO
Definition
vtkWrappingHints.h:50
Generated on Sat Dec 21 2024 12:52:49 for VTK by
1.9.7