VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
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 "
vtkBorderWidget.h
"
34
35
class
vtkPlaybackRepresentation
;
36
37
38
class
VTK_WIDGETS_EXPORT
vtkPlaybackWidget
:
public
vtkBorderWidget
39
{
40
public
:
42
static
vtkPlaybackWidget
*
New
();
43
45
46
vtkTypeMacro(
vtkPlaybackWidget
,
vtkBorderWidget
);
47
void
PrintSelf
(ostream& os,
vtkIndent
indent);
49
51
55
void
SetRepresentation
(
vtkPlaybackRepresentation
*r)
56
{this->Superclass::SetWidgetRepresentation(reinterpret_cast<vtkWidgetRepresentation*>(r));}
58
60
void
CreateDefaultRepresentation
();
61
62
protected
:
63
vtkPlaybackWidget
();
64
~
vtkPlaybackWidget
();
65
68
virtual
void
SelectRegion
(
double
eventPos[2]);
69
70
private
:
71
vtkPlaybackWidget
(
const
vtkPlaybackWidget
&);
//Not implemented
72
void
operator=(
const
vtkPlaybackWidget
&);
//Not implemented
73
};
74
75
#endif
Generated on Wed May 30 2012 13:22:26 for VTK by
1.8.1