VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Rendering
OpenGL
vtkTDxDevice.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkTDxDevice.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
=========================================================================*/
28
#ifndef __vtkTDxDevice_h
29
#define __vtkTDxDevice_h
30
31
#include "vtkRenderingOpenGLModule.h"
// For export macro
32
#include "
vtkObject.h
"
33
34
class
vtkRenderWindowInteractor
;
35
36
class
VTKRENDERINGOPENGL_EXPORT
vtkTDxDevice
:
public
vtkObject
37
{
38
public
:
39
vtkTypeMacro(
vtkTDxDevice
,
vtkObject
);
40
void
PrintSelf
(ostream& os,
vtkIndent
indent);
41
43
bool
GetInitialized()
const
;
44
49
virtual
void
Close()=0;
50
53
vtkRenderWindowInteractor
*GetInteractor()
const
;
54
58
void
SetInteractor(
vtkRenderWindowInteractor
*i);
59
60
protected
:
62
vtkTDxDevice
();
63
67
virtual
~
vtkTDxDevice
();
68
69
bool
Initialized
;
70
vtkRenderWindowInteractor
*
Interactor
;
71
72
private
:
73
vtkTDxDevice
(
const
vtkTDxDevice
&);
// Not implemented.
74
void
operator=(
const
vtkTDxDevice
&);
// Not implemented.
75
};
76
77
#endif
Generated on Thu May 24 2012 22:22:36 for VTK by
1.8.1