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 =========================================================================*/
28 #ifndef vtkTDxInteractorStyleGeo_h
29 #define vtkTDxInteractorStyleGeo_h
30 
31 #include "vtkRenderingOpenGLModule.h" // For export macro
32 #include "vtkTDxInteractorStyle.h"
33 
34 class vtkTransform;
35 
36 class VTKRENDERINGOPENGL_EXPORT vtkTDxInteractorStyleGeo : public vtkTDxInteractorStyle
37 {
38 public:
39  static vtkTDxInteractorStyleGeo *New();
41  void PrintSelf(ostream& os, vtkIndent indent);
42 
47  virtual void OnMotionEvent(vtkTDxMotionEventInfo *motionInfo);
48 
49 protected:
51  virtual ~vtkTDxInteractorStyleGeo();
52 
53  vtkTransform *Transform; // Used for internal intermediate calculation.
54 
55 private:
56  vtkTDxInteractorStyleGeo(const vtkTDxInteractorStyleGeo&) VTK_DELETE_FUNCTION;
57  void operator=(const vtkTDxInteractorStyleGeo&) VTK_DELETE_FUNCTION;
58 };
59 #endif
interactive manipulation of the camera with a 3DConnexion device, similar to google earth ...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
describes linear transformations via a 4x4 matrix
Definition: vtkTransform.h:54
a simple class to control print indentation
Definition: vtkIndent.h:33
Store motion information from a 3DConnexion input device.
virtual void OnMotionEvent(vtkTDxMotionEventInfo *motionInfo)
Action on motion event.
provide 3DConnexion device event-driven interface to the rendering window
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...