VTK
9.1.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Interaction
Widgets
vtkRectilinearWipeWidget.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkRectilinearWipeWidget.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
=========================================================================*/
96
#ifndef vtkRectilinearWipeWidget_h
97
#define vtkRectilinearWipeWidget_h
98
99
#include "
vtkAbstractWidget.h
"
100
#include "vtkInteractionWidgetsModule.h"
// For export macro
101
102
class
vtkRectilinearWipeRepresentation
;
103
104
class
VTKINTERACTIONWIDGETS_EXPORT
vtkRectilinearWipeWidget
:
public
vtkAbstractWidget
105
{
106
public
:
110
static
vtkRectilinearWipeWidget
*
New
();
111
113
116
vtkTypeMacro(
vtkRectilinearWipeWidget
,
vtkAbstractWidget
);
117
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
119
125
void
SetRepresentation
(
vtkRectilinearWipeRepresentation
* r)
126
{
127
this->Superclass::SetWidgetRepresentation(
reinterpret_cast<
vtkWidgetRepresentation
*
>
(r));
128
}
129
133
vtkRectilinearWipeRepresentation
*
GetRectilinearWipeRepresentation
()
134
{
135
return
reinterpret_cast<
vtkRectilinearWipeRepresentation
*
>
(this->
WidgetRep
);
136
}
137
141
void
CreateDefaultRepresentation
()
override
;
142
143
protected
:
144
vtkRectilinearWipeWidget
();
145
~vtkRectilinearWipeWidget
()
override
;
146
147
// These methods handle events
148
static
void
SelectAction
(
vtkAbstractWidget
*);
149
static
void
MoveAction
(
vtkAbstractWidget
*);
150
static
void
EndSelectAction
(
vtkAbstractWidget
*);
151
152
// helper methods for cursor management
153
void
SetCursor
(
int
state)
override
;
154
155
// Manage the state of the widget
156
int
WidgetState
;
157
enum
_WidgetState
158
{
159
Start = 0,
160
Selected
161
};
162
163
private
:
164
vtkRectilinearWipeWidget
(
const
vtkRectilinearWipeWidget
&) =
delete
;
165
void
operator=(
const
vtkRectilinearWipeWidget
&) =
delete
;
166
};
167
168
#endif
vtkAbstractWidget
define the API for widget / widget representation
Definition:
vtkAbstractWidget.h:63
vtkAbstractWidget::WidgetRep
vtkWidgetRepresentation * WidgetRep
Definition:
vtkAbstractWidget.h:172
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:113
vtkRectilinearWipeRepresentation
represent a vtkRectilinearWipeWidget
Definition:
vtkRectilinearWipeRepresentation.h:74
vtkRectilinearWipeWidget
interactively control an instance of vtkImageRectilinearWipe filter
Definition:
vtkRectilinearWipeWidget.h:105
vtkRectilinearWipeWidget::WidgetState
int WidgetState
Definition:
vtkRectilinearWipeWidget.h:156
vtkRectilinearWipeWidget::New
static vtkRectilinearWipeWidget * New()
Instantiate the class.
vtkRectilinearWipeWidget::SetRepresentation
void SetRepresentation(vtkRectilinearWipeRepresentation *r)
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene.
Definition:
vtkRectilinearWipeWidget.h:125
vtkRectilinearWipeWidget::GetRectilinearWipeRepresentation
vtkRectilinearWipeRepresentation * GetRectilinearWipeRepresentation()
Return the representation as a vtkRectilinearWipeRepresentation.
Definition:
vtkRectilinearWipeWidget.h:133
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::_WidgetState
_WidgetState
Definition:
vtkRectilinearWipeWidget.h:158
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:60
vtkAbstractWidget.h
Generated on Sat Feb 25 2023 08:59:35 for VTK by
1.9.4