VTK
dox
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
=========================================================================*/
80
#ifndef vtkRectilinearWipeWidget_h
81
#define vtkRectilinearWipeWidget_h
82
83
#include "vtkInteractionWidgetsModule.h"
// For export macro
84
#include "
vtkAbstractWidget.h
"
85
86
class
vtkRectilinearWipeRepresentation
;
87
88
89
class
VTKINTERACTIONWIDGETS_EXPORT
vtkRectilinearWipeWidget
:
public
vtkAbstractWidget
90
{
91
public
:
95
static
vtkRectilinearWipeWidget
*
New
();
96
98
101
vtkTypeMacro(
vtkRectilinearWipeWidget
,
vtkAbstractWidget
);
102
void
PrintSelf
(ostream& os,
vtkIndent
indent);
104
110
void
SetRepresentation
(
vtkRectilinearWipeRepresentation
*r)
111
{this->Superclass::SetWidgetRepresentation(
reinterpret_cast<
vtkWidgetRepresentation
*
>
(r));}
112
116
vtkRectilinearWipeRepresentation
*
GetRectilinearWipeRepresentation
()
117
{
return
reinterpret_cast<
vtkRectilinearWipeRepresentation
*
>
(this->
WidgetRep
);}
118
122
virtual
void
CreateDefaultRepresentation
();
123
124
protected
:
125
vtkRectilinearWipeWidget
();
126
~vtkRectilinearWipeWidget
();
127
128
// These methods handle events
129
static
void
SelectAction
(
vtkAbstractWidget
*);
130
static
void
MoveAction
(
vtkAbstractWidget
*);
131
static
void
EndSelectAction
(
vtkAbstractWidget
*);
132
133
// helper methods for cursor management
134
void
SetCursor
(
int
state);
135
136
// Manage the state of the widget
137
int
WidgetState
;
138
enum
_WidgetState
139
{
140
Start=0,
141
Selected
142
};
143
144
private
:
145
vtkRectilinearWipeWidget
(
const
vtkRectilinearWipeWidget
&) VTK_DELETE_FUNCTION;
146
void
operator=(
const
vtkRectilinearWipeWidget
&) VTK_DELETE_FUNCTION;
147
};
148
149
#endif
vtkRectilinearWipeWidget::New
static vtkRectilinearWipeWidget * New()
Instantiate the class.
vtkRectilinearWipeWidget::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkRectilinearWipeWidget::vtkRectilinearWipeWidget
vtkRectilinearWipeWidget()
vtkRectilinearWipeRepresentation
represent a vtkRectilinearWipeWidget
Definition:
vtkRectilinearWipeRepresentation.h:59
vtkRectilinearWipeWidget::WidgetState
int WidgetState
Definition:
vtkRectilinearWipeWidget.h:137
vtkAbstractWidget.h
vtkWidgetRepresentation
abstract class defines interface between the widget and widget representation classes
Definition:
vtkWidgetRepresentation.h:55
vtkAbstractWidget::WidgetRep
vtkWidgetRepresentation * WidgetRep
Definition:
vtkAbstractWidget.h:174
vtkRectilinearWipeWidget::SelectAction
static void SelectAction(vtkAbstractWidget *)
vtkRectilinearWipeWidget::CreateDefaultRepresentation
virtual void CreateDefaultRepresentation()
Create the default widget representation if one is not set.
vtkRectilinearWipeWidget::EndSelectAction
static void EndSelectAction(vtkAbstractWidget *)
vtkRectilinearWipeWidget::SetCursor
void SetCursor(int state)
vtkAbstractWidget
define the API for widget / widget representation
Definition:
vtkAbstractWidget.h:64
vtkRectilinearWipeWidget::_WidgetState
_WidgetState
Definition:
vtkRectilinearWipeWidget.h:139
vtkRectilinearWipeWidget::~vtkRectilinearWipeWidget
~vtkRectilinearWipeWidget()
vtkRectilinearWipeWidget::MoveAction
static void MoveAction(vtkAbstractWidget *)
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:40
vtkRectilinearWipeWidget
interactively control an instance of vtkImageRectilinearWipe filter
Definition:
vtkRectilinearWipeWidget.h:90
vtkRectilinearWipeWidget::SetRepresentation
void SetRepresentation(vtkRectilinearWipeRepresentation *r)
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene.
Definition:
vtkRectilinearWipeWidget.h:110
vtkRectilinearWipeWidget::GetRectilinearWipeRepresentation
vtkRectilinearWipeRepresentation * GetRectilinearWipeRepresentation()
Return the representation as a vtkRectilinearWipeRepresentation.
Definition:
vtkRectilinearWipeWidget.h:116
Generated by
1.8.20