VTK
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 
42 {
43 public:
46  void PrintSelf(ostream& os, vtkIndent indent);
47 
48  //BTX
50 
51  virtual void OnMotionEvent(vtkTDxMotionEventInfo *motionInfo);
52  //ETX
54 
55 protected:
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
vtkTDxInteractorStyleCamera::OnMotionEvent
virtual void OnMotionEvent(vtkTDxMotionEventInfo *motionInfo)
vtkTDxInteractorStyleCamera::vtkTDxInteractorStyleCamera
vtkTDxInteractorStyleCamera()
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkTDxInteractorStyleCamera::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkTransform
describes linear transformations via a 4x4 matrix
Definition: vtkTransform.h:60
vtkTDxInteractorStyleCamera::Transform
vtkTransform * Transform
Definition: vtkTDxInteractorStyleCamera.h:59
vtkTDxInteractorStyleCamera
interactive manipulation of the camera with a 3DConnexion device
Definition: vtkTDxInteractorStyleCamera.h:42
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkRenderingCoreModule.h
vtkTDxInteractorStyleCamera::~vtkTDxInteractorStyleCamera
virtual ~vtkTDxInteractorStyleCamera()
vtkTDxInteractorStyleCamera::New
static vtkTDxInteractorStyleCamera * New()
vtkTDxMotionEventInfo
Store motion information from a 3DConnexion input device.
Definition: vtkTDxMotionEventInfo.h:35
vtkTDxInteractorStyle
provide 3DConnexion device event-driven interface to the rendering window
Definition: vtkTDxInteractorStyle.h:45
VTKRENDERINGCORE_EXPORT
#define VTKRENDERINGCORE_EXPORT
Definition: vtkRenderingCoreModule.h:15
vtkTDxInteractorStyle.h