VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Rendering
OpenGL
vtkTDxInteractorStyleGeo.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkTDxInteractorStyleGeo.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 __vtkTDxInteractorStyleGeo_h
31
#define __vtkTDxInteractorStyleGeo_h
32
33
#include "vtkRenderingOpenGLModule.h"
// For export macro
34
#include "
vtkTDxInteractorStyle.h
"
35
36
class
vtkTransform
;
37
38
class
VTKRENDERINGOPENGL_EXPORT
vtkTDxInteractorStyleGeo
:
public
vtkTDxInteractorStyle
39
{
40
public
:
41
static
vtkTDxInteractorStyleGeo
*
New
();
42
vtkTypeMacro(
vtkTDxInteractorStyleGeo
,
vtkTDxInteractorStyle
);
43
void
PrintSelf
(ostream& os,
vtkIndent
indent);
44
45
//BTX
47
48
virtual
void
OnMotionEvent
(
vtkTDxMotionEventInfo
*motionInfo);
49
//ETX
51
52
protected
:
53
vtkTDxInteractorStyleGeo
();
54
virtual
~
vtkTDxInteractorStyleGeo
();
55
56
vtkTransform
*
Transform
;
// Used for internal intermediate calculation.
57
58
private
:
59
vtkTDxInteractorStyleGeo
(
const
vtkTDxInteractorStyleGeo
&);
// Not implemented.
60
void
operator=(
const
vtkTDxInteractorStyleGeo
&);
// Not implemented.
61
};
62
#endif
Generated on Thu May 24 2012 22:22:36 for VTK by
1.8.1