VTK
vtkTDxMotionEventInfo.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkTDxMotionEventInfo.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 __vtkTDxMotionEventInfo_h
29 #define __vtkTDxMotionEventInfo_h
30 
31 #include "vtkObject.h" // for the export macro
32 
34 {
35 public:
37 
38  double X;
39  double Y;
40  double Z;
42 
46  double Angle;
47 
49 
50  double AxisX;
51  double AxisY;
52  double AxisZ;
53 };
55 
56 #endif
Store motion information from a 3DConnexion input device.
#define VTK_RENDERING_EXPORT