VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Rendering
vtkTDxInteractorStyleCamera.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkTDxInteractorStyleCamera.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
=========================================================================*/
33
#ifndef __vtkTDxInteractorStyleCamera_h
34
#define __vtkTDxInteractorStyleCamera_h
35
36
#include "
vtkTDxInteractorStyle.h
"
37
38
class
vtkTransform
;
39
40
class
VTK_RENDERING_EXPORT
vtkTDxInteractorStyleCamera
:
public
vtkTDxInteractorStyle
41
{
42
public
:
43
static
vtkTDxInteractorStyleCamera
*
New
();
44
vtkTypeMacro(
vtkTDxInteractorStyleCamera
,
vtkTDxInteractorStyle
);
45
void
PrintSelf
(ostream& os,
vtkIndent
indent);
46
47
//BTX
49
50
virtual
void
OnMotionEvent
(
vtkTDxMotionEventInfo
*motionInfo);
51
//ETX
53
54
protected
:
55
vtkTDxInteractorStyleCamera
();
56
virtual
~
vtkTDxInteractorStyleCamera
();
57
58
vtkTransform
*
Transform
;
// Used for internal intermediate calculation.
59
60
private
:
61
vtkTDxInteractorStyleCamera
(
const
vtkTDxInteractorStyleCamera
&);
// Not implemented.
62
void
operator=(
const
vtkTDxInteractorStyleCamera
&);
// Not implemented.
63
};
64
#endif
Generated on Wed Nov 21 2012 21:34:05 for VTK by
1.8.2