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 =========================================================================*/
28 #ifndef vtkTDxInteractorStyleSettings_h
29 #define vtkTDxInteractorStyleSettings_h
30 
31 #include "vtkRenderingCoreModule.h" // For export macro
32 #include "vtkObject.h"
33 
34 class VTKRENDERINGCORE_EXPORT vtkTDxInteractorStyleSettings : public vtkObject
35 {
36 public:
39  void PrintSelf(ostream& os, vtkIndent indent);
40 
42 
53  vtkSetMacro(AngleSensitivity,double);
54  vtkGetMacro(AngleSensitivity,double);
56 
58 
62  vtkSetMacro(UseRotationX,bool);
63  vtkGetMacro(UseRotationX,bool);
65 
67 
71  vtkSetMacro(UseRotationY,bool);
72  vtkGetMacro(UseRotationY,bool);
74 
76 
80  vtkSetMacro(UseRotationZ,bool);
81  vtkGetMacro(UseRotationZ,bool);
83 
85 
97  vtkSetMacro(TranslationXSensitivity,double);
98  vtkGetMacro(TranslationXSensitivity,double);
100 
102 
106  vtkSetMacro(TranslationYSensitivity,double);
107  vtkGetMacro(TranslationYSensitivity,double);
109 
111 
115  vtkSetMacro(TranslationZSensitivity,double);
116  vtkGetMacro(TranslationZSensitivity,double);
118 
119 protected:
122 
127 
131 
132 private:
134  void operator=(const vtkTDxInteractorStyleSettings&) VTK_DELETE_FUNCTION;
135 };
136 #endif
abstract base class for most VTK objects
Definition: vtkObject.h:59
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...