51#ifndef vtkCompassWidget_h
52#define vtkCompassWidget_h
55#include "vtkInteractionWidgetsModule.h"
58VTK_ABI_NAMESPACE_BEGIN
109 vtkGetMacro(TimerDuration,
int);
110 vtkSetMacro(TimerDuration,
int);
118 vtkGetMacro(TiltSpeed,
double);
119 vtkSetMacro(TiltSpeed,
double);
127 vtkGetMacro(DistanceSpeed,
double);
128 vtkSetMacro(DistanceSpeed,
double);
152 DistanceTimerAdjustingOut
156 int TimerDuration = 50;
159 double TiltSpeed = 30.0;
160 double DistanceSpeed = 1.0;
provide a compass and distance, tilt sliders
a simple class to control print indentation