VTK
vtkTDxInteractorStyleSettings.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkTDxInteractorStyleSettings.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 =========================================================================*/
27 #ifndef __vtkTDxInteractorStyleSettings_h
28 #define __vtkTDxInteractorStyleSettings_h
29 
30 #include "vtkObject.h"
31 
33 {
34 public:
37  void PrintSelf(ostream& os, vtkIndent indent);
38 
40 
44  vtkSetMacro(AngleSensitivity,double);
45  vtkGetMacro(AngleSensitivity,double);
47 
49 
51  vtkSetMacro(UseRotationX,bool);
52  vtkGetMacro(UseRotationX,bool);
54 
56 
58  vtkSetMacro(UseRotationY,bool);
59  vtkGetMacro(UseRotationY,bool);
61 
63 
65  vtkSetMacro(UseRotationZ,bool);
66  vtkGetMacro(UseRotationZ,bool);
68 
70 
75  vtkSetMacro(TranslationXSensitivity,double);
76  vtkGetMacro(TranslationXSensitivity,double);
78 
80 
82  vtkSetMacro(TranslationYSensitivity,double);
83  vtkGetMacro(TranslationYSensitivity,double);
85 
87 
89  vtkSetMacro(TranslationZSensitivity,double);
90  vtkGetMacro(TranslationZSensitivity,double);
92 
93 protected:
96 
101 
105 
106 private:
108  void operator=(const vtkTDxInteractorStyleSettings&); // Not implemented.
109 };
110 #endif