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
67
68
#ifndef vtkRectilinearWipeWidget_h
69
#define vtkRectilinearWipeWidget_h
70
71
#include "
vtkAbstractWidget.h
"
72
#include "vtkInteractionWidgetsModule.h"
// For export macro
73
#include "
vtkWrappingHints.h
"
// For VTK_MARSHALAUTO
74
75
VTK_ABI_NAMESPACE_BEGIN
76
class
vtkRectilinearWipeRepresentation
;
77
78
class
VTKINTERACTIONWIDGETS_EXPORT
VTK_MARSHALAUTO
vtkRectilinearWipeWidget
79
:
public
vtkAbstractWidget
80
{
81
public
:
85
static
vtkRectilinearWipeWidget
*
New
();
86
88
91
vtkTypeMacro(
vtkRectilinearWipeWidget
,
vtkAbstractWidget
);
92
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
94
100
void
SetRepresentation
(
vtkRectilinearWipeRepresentation
* r)
101
{
102
this->
Superclass::SetWidgetRepresentation
(
reinterpret_cast<
vtkWidgetRepresentation
*
>
(r));
103
}
104
108
vtkRectilinearWipeRepresentation
*
GetRectilinearWipeRepresentation
()
109
{
110
return
reinterpret_cast<
vtkRectilinearWipeRepresentation
*
>
(this->
WidgetRep
);
111
}
112
116
void
CreateDefaultRepresentation
()
override
;
117
118
protected
:
119
vtkRectilinearWipeWidget
();
120
~vtkRectilinearWipeWidget
()
override
;
121
122
// These methods handle events
123
static
void
SelectAction
(
vtkAbstractWidget
*);
124
static
void
MoveAction
(
vtkAbstractWidget
*);
125
static
void
EndSelectAction
(
vtkAbstractWidget
*);
126
127
// helper methods for cursor management
128
void
SetCursor
(
int
state)
override
;
129
130
// Manage the state of the widget
131
int
WidgetState
;
132
enum
WidgetStateType
133
{
134
Start
= 0,
135
Selected
136
};
137
138
private
:
139
vtkRectilinearWipeWidget
(
const
vtkRectilinearWipeWidget
&) =
delete
;
140
void
operator=(
const
vtkRectilinearWipeWidget
&) =
delete
;
141
};
142
143
VTK_ABI_NAMESPACE_END
144
#endif
vtkAbstractWidget::vtkAbstractWidget
vtkAbstractWidget()
vtkAbstractWidget::SetWidgetRepresentation
void SetWidgetRepresentation(vtkWidgetRepresentation *r)
vtkAbstractWidget::WidgetRep
vtkWidgetRepresentation * WidgetRep
Definition
vtkAbstractWidget.h:168
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:80
vtkRectilinearWipeWidget::WidgetState
int WidgetState
Definition
vtkRectilinearWipeWidget.h:131
vtkRectilinearWipeWidget::New
static vtkRectilinearWipeWidget * New()
Instantiate the class.
vtkRectilinearWipeWidget::WidgetStateType
WidgetStateType
Definition
vtkRectilinearWipeWidget.h:133
vtkRectilinearWipeWidget::Selected
@ Selected
Definition
vtkRectilinearWipeWidget.h:135
vtkRectilinearWipeWidget::Start
@ Start
Definition
vtkRectilinearWipeWidget.h:134
vtkRectilinearWipeWidget::SetRepresentation
void SetRepresentation(vtkRectilinearWipeRepresentation *r)
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene.
Definition
vtkRectilinearWipeWidget.h:100
vtkRectilinearWipeWidget::GetRectilinearWipeRepresentation
vtkRectilinearWipeRepresentation * GetRectilinearWipeRepresentation()
Return the representation as a vtkRectilinearWipeRepresentation.
Definition
vtkRectilinearWipeWidget.h:108
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