VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Rendering
vtkXRenderWindowTclInteractor.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkXRenderWindowTclInteractor.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
=========================================================================*/
31
#ifndef __vtkXRenderWindowTclInteractor_h
32
#define __vtkXRenderWindowTclInteractor_h
33
34
#include "
vtkXRenderWindowInteractor.h
"
35
36
class
vtkXRenderWindowTclInteractorInternals;
37
38
class
VTK_RENDERING_EXPORT
vtkXRenderWindowTclInteractor
:
public
vtkXRenderWindowInteractor
39
{
40
public
:
41
static
vtkXRenderWindowTclInteractor
*
New
();
42
vtkTypeMacro(
vtkXRenderWindowTclInteractor
,
vtkXRenderWindowInteractor
);
43
void
PrintSelf
(ostream& os,
vtkIndent
indent);
44
46
virtual
void
Initialize
();
47
50
virtual
void
Initialize
(XtAppContext app);
51
53
60
virtual
void
Enable
();
61
virtual
void
Disable
();
63
67
virtual
void
Start
();
68
69
protected
:
70
vtkXRenderWindowTclInteractor
();
71
~
vtkXRenderWindowTclInteractor
();
72
74
76
virtual
int
InternalCreateTimer
(
int
timerId,
int
timerType,
unsigned
long
duration);
77
virtual
int
InternalDestroyTimer
(
int
platformTimerId);
79
80
private
:
81
vtkXRenderWindowTclInteractorInternals*
Internal
;
82
83
vtkXRenderWindowTclInteractor
(
const
vtkXRenderWindowTclInteractor
&);
// Not implemented.
84
void
operator=(
const
vtkXRenderWindowTclInteractor
&);
// Not implemented.
85
};
86
87
#endif
Generated on Thu Mar 13 2014 08:10:37 for VTK by
1.8.1.2