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
=========================================================================*/
86
#ifndef vtkRectilinearWipeWidget_h
87
#define vtkRectilinearWipeWidget_h
88
89
#include "
vtkAbstractWidget.h
"
90
#include "vtkInteractionWidgetsModule.h"
// For export macro
91
92
class
vtkRectilinearWipeRepresentation
;
93
94
class
VTKINTERACTIONWIDGETS_EXPORT
vtkRectilinearWipeWidget
:
public
vtkAbstractWidget
95
{
96
public
:
100
static
vtkRectilinearWipeWidget
*
New
();
101
103
106
vtkTypeMacro(
vtkRectilinearWipeWidget
,
vtkAbstractWidget
);
107
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
109
115
void
SetRepresentation
(
vtkRectilinearWipeRepresentation
* r)
116
{
117
this->Superclass::SetWidgetRepresentation(
reinterpret_cast<
vtkWidgetRepresentation
*
>
(r));
118
}
119
123
vtkRectilinearWipeRepresentation
*
GetRectilinearWipeRepresentation
()
124
{
125
return
reinterpret_cast<
vtkRectilinearWipeRepresentation
*
>
(this->
WidgetRep
);
126
}
127
131
void
CreateDefaultRepresentation
()
override
;
132
133
protected
:
134
vtkRectilinearWipeWidget
();
135
~vtkRectilinearWipeWidget
()
override
;
136
137
// These methods handle events
138
static
void
SelectAction
(
vtkAbstractWidget
*);
139
static
void
MoveAction
(
vtkAbstractWidget
*);
140
static
void
EndSelectAction
(
vtkAbstractWidget
*);
141
142
// helper methods for cursor management
143
void
SetCursor
(
int
state)
override
;
144
145
// Manage the state of the widget
146
int
WidgetState
;
147
enum
_WidgetState
148
{
149
Start = 0,
150
Selected
151
};
152
153
private
:
154
vtkRectilinearWipeWidget
(
const
vtkRectilinearWipeWidget
&) =
delete
;
155
void
operator=(
const
vtkRectilinearWipeWidget
&) =
delete
;
156
};
157
158
#endif
vtkAbstractWidget
define the API for widget / widget representation
Definition:
vtkAbstractWidget.h:72
vtkAbstractWidget::WidgetRep
vtkWidgetRepresentation * WidgetRep
Definition:
vtkAbstractWidget.h:181
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:43
vtkRectilinearWipeRepresentation
represent a vtkRectilinearWipeWidget
Definition:
vtkRectilinearWipeRepresentation.h:64
vtkRectilinearWipeWidget
interactively control an instance of vtkImageRectilinearWipe filter
Definition:
vtkRectilinearWipeWidget.h:95
vtkRectilinearWipeWidget::WidgetState
int WidgetState
Definition:
vtkRectilinearWipeWidget.h:146
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:115
vtkRectilinearWipeWidget::GetRectilinearWipeRepresentation
vtkRectilinearWipeRepresentation * GetRectilinearWipeRepresentation()
Return the representation as a vtkRectilinearWipeRepresentation.
Definition:
vtkRectilinearWipeWidget.h:123
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:148
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 Tue Sep 16 2025 17:50:00 for VTK by
1.9.4