VTK
9.5.2
Main Page
Related Pages
Topics
Namespaces
Classes
Files
Examples
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
86
87
#ifndef vtkRectilinearWipeWidget_h
88
#define vtkRectilinearWipeWidget_h
89
90
#include "
vtkAbstractWidget.h
"
91
#include "vtkInteractionWidgetsModule.h"
// For export macro
92
#include "
vtkWrappingHints.h
"
// For VTK_MARSHALAUTO
93
94
VTK_ABI_NAMESPACE_BEGIN
95
class
vtkRectilinearWipeRepresentation
;
96
97
class
VTKINTERACTIONWIDGETS_EXPORT
VTK_MARSHALAUTO
vtkRectilinearWipeWidget
98
:
public
vtkAbstractWidget
99
{
100
public
:
104
static
vtkRectilinearWipeWidget
*
New
();
105
107
110
vtkTypeMacro(
vtkRectilinearWipeWidget
,
vtkAbstractWidget
);
111
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
113
119
void
SetRepresentation
(
vtkRectilinearWipeRepresentation
* r)
120
{
121
this->
Superclass::SetWidgetRepresentation
(
reinterpret_cast<
vtkWidgetRepresentation
*
>
(r));
122
}
123
127
vtkRectilinearWipeRepresentation
*
GetRectilinearWipeRepresentation
()
128
{
129
return
reinterpret_cast<
vtkRectilinearWipeRepresentation
*
>
(this->
WidgetRep
);
130
}
131
135
void
CreateDefaultRepresentation
()
override
;
136
137
protected
:
138
vtkRectilinearWipeWidget
();
139
~vtkRectilinearWipeWidget
()
override
;
140
141
// These methods handle events
142
static
void
SelectAction
(
vtkAbstractWidget
*);
143
static
void
MoveAction
(
vtkAbstractWidget
*);
144
static
void
EndSelectAction
(
vtkAbstractWidget
*);
145
146
// helper methods for cursor management
147
void
SetCursor
(
int
state)
override
;
148
149
// Manage the state of the widget
150
int
WidgetState
;
151
enum
WidgetStateType
152
{
153
Start
= 0,
154
Selected
155
};
156
157
private
:
158
vtkRectilinearWipeWidget
(
const
vtkRectilinearWipeWidget
&) =
delete
;
159
void
operator=(
const
vtkRectilinearWipeWidget
&) =
delete
;
160
};
161
162
VTK_ABI_NAMESPACE_END
163
#endif
vtkAbstractWidget::vtkAbstractWidget
vtkAbstractWidget()
vtkAbstractWidget::SetWidgetRepresentation
void SetWidgetRepresentation(vtkWidgetRepresentation *r)
vtkAbstractWidget::WidgetRep
vtkWidgetRepresentation * WidgetRep
Definition
vtkAbstractWidget.h:197
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:99
vtkRectilinearWipeWidget::WidgetState
int WidgetState
Definition
vtkRectilinearWipeWidget.h:150
vtkRectilinearWipeWidget::New
static vtkRectilinearWipeWidget * New()
Instantiate the class.
vtkRectilinearWipeWidget::WidgetStateType
WidgetStateType
Definition
vtkRectilinearWipeWidget.h:152
vtkRectilinearWipeWidget::Selected
@ Selected
Definition
vtkRectilinearWipeWidget.h:154
vtkRectilinearWipeWidget::Start
@ Start
Definition
vtkRectilinearWipeWidget.h:153
vtkRectilinearWipeWidget::SetRepresentation
void SetRepresentation(vtkRectilinearWipeRepresentation *r)
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene.
Definition
vtkRectilinearWipeWidget.h:119
vtkRectilinearWipeWidget::GetRectilinearWipeRepresentation
vtkRectilinearWipeRepresentation * GetRectilinearWipeRepresentation()
Return the representation as a vtkRectilinearWipeRepresentation.
Definition
vtkRectilinearWipeWidget.h:127
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:53
Generated on
for VTK by
1.15.0