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