VTK  9.1.0
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 "vtkObject.h"
32#include "vtkRenderingCoreModule.h" // For export macro
33
34class VTKRENDERINGCORE_EXPORT vtkTDxInteractorStyleSettings : public vtkObject
35{
36public:
39 void PrintSelf(ostream& os, vtkIndent indent) override;
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
119protected:
122
127
131
132private:
134 void operator=(const vtkTDxInteractorStyleSettings&) = delete;
135};
136#endif
a simple class to control print indentation
Definition: vtkIndent.h:113
abstract base class for most VTK objects
Definition: vtkObject.h:73
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkTDxInteractorStyleSettings() override
static vtkTDxInteractorStyleSettings * New()