73#ifndef vtkCompassWidget_h
74#define vtkCompassWidget_h
77#include "vtkInteractionWidgetsModule.h"
80VTK_ABI_NAMESPACE_BEGIN
131 vtkGetMacro(TimerDuration,
int);
132 vtkSetMacro(TimerDuration,
int);
140 vtkGetMacro(TiltSpeed,
double);
141 vtkSetMacro(TiltSpeed,
double);
149 vtkGetMacro(DistanceSpeed,
double);
150 vtkSetMacro(DistanceSpeed,
double);
174 DistanceTimerAdjustingOut
178 int TimerDuration = 50;
181 double TiltSpeed = 30.0;
182 double DistanceSpeed = 1.0;
provide a compass and distance, tilt sliders
a simple class to control print indentation