VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Rendering
Core
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 "vtkRenderingCoreModule.h"
// For export macro
37
#include "
vtkTDxInteractorStyle.h
"
38
39
class
vtkTransform
;
40
41
class
VTKRENDERINGCORE_EXPORT
vtkTDxInteractorStyleCamera
:
public
vtkTDxInteractorStyle
42
{
43
public
:
44
static
vtkTDxInteractorStyleCamera
*
New
();
45
vtkTypeMacro(
vtkTDxInteractorStyleCamera
,
vtkTDxInteractorStyle
);
46
void
PrintSelf
(ostream& os,
vtkIndent
indent);
47
48
//BTX
50
51
virtual
void
OnMotionEvent
(
vtkTDxMotionEventInfo
*motionInfo);
52
//ETX
54
55
protected
:
56
vtkTDxInteractorStyleCamera
();
57
virtual
~
vtkTDxInteractorStyleCamera
();
58
59
vtkTransform
*
Transform
;
// Used for internal intermediate calculation.
60
61
private
:
62
vtkTDxInteractorStyleCamera
(
const
vtkTDxInteractorStyleCamera
&);
// Not implemented.
63
void
operator=(
const
vtkTDxInteractorStyleCamera
&);
// Not implemented.
64
};
65
#endif
Generated on Thu May 24 2012 22:22:35 for VTK by
1.8.1