54#ifndef vtkCompassWidget_h
55#define vtkCompassWidget_h
58#include "vtkInteractionWidgetsModule.h"
61VTK_ABI_NAMESPACE_BEGIN
112 vtkGetMacro(TimerDuration,
int);
113 vtkSetMacro(TimerDuration,
int);
121 vtkGetMacro(TiltSpeed,
double);
122 vtkSetMacro(TiltSpeed,
double);
130 vtkGetMacro(DistanceSpeed,
double);
131 vtkSetMacro(DistanceSpeed,
double);
155 DistanceTimerAdjustingOut
159 int TimerDuration = 50;
162 double TiltSpeed = 30.0;
163 double DistanceSpeed = 1.0;
provide a compass and distance, tilt sliders
a simple class to control print indentation