54 #ifndef vtkCompassWidget_h
55 #define vtkCompassWidget_h
59 #include "vtkInteractionWidgetsModule.h"
60 #include "vtkLegacy.h"
62 VTK_ABI_NAMESPACE_BEGIN
113 vtkGetMacro(TimerDuration,
int);
114 vtkSetMacro(TimerDuration,
int);
122 vtkGetMacro(TiltSpeed,
double);
123 vtkSetMacro(TiltSpeed,
double);
131 vtkGetMacro(DistanceSpeed,
double);
132 vtkSetMacro(DistanceSpeed,
double);
156 DistanceTimerAdjustingOut
158 #if !defined(VTK_LEGACY_REMOVE)
164 int TimerDuration = 50;
167 double TiltSpeed = 30.0;
168 double DistanceSpeed = 1.0;
175 VTK_ABI_NAMESPACE_END
provide a compass and distance, tilt sliders
a simple class to control print indentation
#define VTK_DEPRECATED_IN_9_2_0(reason)