VTK
9.4.20251007
Main Page
Related Pages
Topics
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
70
71
#ifndef vtkRectilinearWipeWidget_h
72
#define vtkRectilinearWipeWidget_h
73
74
#include "
vtkAbstractWidget.h
"
75
#include "vtkInteractionWidgetsModule.h"
// For export macro
76
#include "
vtkWrappingHints.h
"
// For VTK_MARSHALAUTO
77
78
VTK_ABI_NAMESPACE_BEGIN
79
class
vtkRectilinearWipeRepresentation
;
80
81
class
VTKINTERACTIONWIDGETS_EXPORT
VTK_MARSHALAUTO
vtkRectilinearWipeWidget
82
:
public
vtkAbstractWidget
83
{
84
public
:
88
static
vtkRectilinearWipeWidget
*
New
();
89
91
94
vtkTypeMacro(
vtkRectilinearWipeWidget
,
vtkAbstractWidget
);
95
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
97
103
void
SetRepresentation
(
vtkRectilinearWipeRepresentation
* r)
104
{
105
this->
Superclass::SetWidgetRepresentation
(
reinterpret_cast<
vtkWidgetRepresentation
*
>
(r));
106
}
107
111
vtkRectilinearWipeRepresentation
*
GetRectilinearWipeRepresentation
()
112
{
113
return
reinterpret_cast<
vtkRectilinearWipeRepresentation
*
>
(this->
WidgetRep
);
114
}
115
119
void
CreateDefaultRepresentation
()
override
;
120
121
protected
:
122
vtkRectilinearWipeWidget
();
123
~vtkRectilinearWipeWidget
()
override
;
124
125
// These methods handle events
126
static
void
SelectAction
(
vtkAbstractWidget
*);
127
static
void
MoveAction
(
vtkAbstractWidget
*);
128
static
void
EndSelectAction
(
vtkAbstractWidget
*);
129
130
// helper methods for cursor management
131
void
SetCursor
(
int
state)
override
;
132
133
// Manage the state of the widget
134
int
WidgetState
;
135
enum
WidgetStateType
136
{
137
Start
= 0,
138
Selected
139
};
140
141
private
:
142
vtkRectilinearWipeWidget
(
const
vtkRectilinearWipeWidget
&) =
delete
;
143
void
operator=(
const
vtkRectilinearWipeWidget
&) =
delete
;
144
};
145
146
VTK_ABI_NAMESPACE_END
147
#endif
vtkAbstractWidget::vtkAbstractWidget
vtkAbstractWidget()
vtkAbstractWidget::SetWidgetRepresentation
void SetWidgetRepresentation(vtkWidgetRepresentation *r)
vtkAbstractWidget::WidgetRep
vtkWidgetRepresentation * WidgetRep
Definition
vtkAbstractWidget.h:171
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:29
vtkRectilinearWipeRepresentation
represent a vtkRectilinearWipeWidget
Definition
vtkRectilinearWipeRepresentation.h:49
vtkRectilinearWipeWidget
interactively control an instance of vtkImageRectilinearWipe filter
Definition
vtkRectilinearWipeWidget.h:83
vtkRectilinearWipeWidget::WidgetState
int WidgetState
Definition
vtkRectilinearWipeWidget.h:134
vtkRectilinearWipeWidget::New
static vtkRectilinearWipeWidget * New()
Instantiate the class.
vtkRectilinearWipeWidget::WidgetStateType
WidgetStateType
Definition
vtkRectilinearWipeWidget.h:136
vtkRectilinearWipeWidget::Selected
@ Selected
Definition
vtkRectilinearWipeWidget.h:138
vtkRectilinearWipeWidget::Start
@ Start
Definition
vtkRectilinearWipeWidget.h:137
vtkRectilinearWipeWidget::SetRepresentation
void SetRepresentation(vtkRectilinearWipeRepresentation *r)
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene.
Definition
vtkRectilinearWipeWidget.h:103
vtkRectilinearWipeWidget::GetRectilinearWipeRepresentation
vtkRectilinearWipeRepresentation * GetRectilinearWipeRepresentation()
Return the representation as a vtkRectilinearWipeRepresentation.
Definition
vtkRectilinearWipeWidget.h:111
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:66
vtkAbstractWidget.h
vtkWrappingHints.h
VTK_MARSHALAUTO
#define VTK_MARSHALAUTO
Definition
vtkWrappingHints.h:53
Generated on
for VTK by
1.14.0