VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Interaction
Widgets
vtkPlaybackWidget.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPlaybackWidget.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
=========================================================================*/
30
#ifndef __vtkPlaybackWidget_h
31
#define __vtkPlaybackWidget_h
32
33
#include "vtkInteractionWidgetsModule.h"
// For export macro
34
#include "
vtkBorderWidget.h
"
35
36
class
vtkPlaybackRepresentation
;
37
38
39
class
VTKINTERACTIONWIDGETS_EXPORT
vtkPlaybackWidget
:
public
vtkBorderWidget
40
{
41
public
:
43
static
vtkPlaybackWidget
*
New
();
44
46
47
vtkTypeMacro(
vtkPlaybackWidget
,
vtkBorderWidget
);
48
void
PrintSelf
(ostream& os,
vtkIndent
indent);
50
52
56
void
SetRepresentation
(
vtkPlaybackRepresentation
*r)
57
{this->Superclass::SetWidgetRepresentation(reinterpret_cast<vtkWidgetRepresentation*>(r));}
59
61
void
CreateDefaultRepresentation
();
62
63
protected
:
64
vtkPlaybackWidget
();
65
~
vtkPlaybackWidget
();
66
69
virtual
void
SelectRegion
(
double
eventPos[2]);
70
71
private
:
72
vtkPlaybackWidget
(
const
vtkPlaybackWidget
&);
//Not implemented
73
void
operator=(
const
vtkPlaybackWidget
&);
//Not implemented
74
};
75
76
#endif
Generated on Thu May 24 2012 22:22:28 for VTK by
1.8.1