63 #ifndef vtkCompassWidget_h
64 #define vtkCompassWidget_h
68 #include "vtkInteractionWidgetsModule.h"
69 #include "vtkLegacy.h"
71 VTK_ABI_NAMESPACE_BEGIN
122 vtkGetMacro(TimerDuration,
int);
123 vtkSetMacro(TimerDuration,
int);
131 vtkGetMacro(TiltSpeed,
double);
132 vtkSetMacro(TiltSpeed,
double);
140 vtkGetMacro(DistanceSpeed,
double);
141 vtkSetMacro(DistanceSpeed,
double);
165 DistanceTimerAdjustingOut
167 #if !defined(VTK_LEGACY_REMOVE)
173 int TimerDuration = 50;
176 double TiltSpeed = 30.0;
177 double DistanceSpeed = 1.0;
184 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)