60#ifndef vtkCompassWidget_h
61#define vtkCompassWidget_h
65#include "vtkInteractionWidgetsModule.h"
68VTK_ABI_NAMESPACE_BEGIN
119 vtkGetMacro(TimerDuration,
int);
120 vtkSetMacro(TimerDuration,
int);
128 vtkGetMacro(TiltSpeed,
double);
129 vtkSetMacro(TiltSpeed,
double);
137 vtkGetMacro(DistanceSpeed,
double);
138 vtkSetMacro(DistanceSpeed,
double);
162 DistanceTimerAdjustingOut
164#if !defined(VTK_LEGACY_REMOVE)
170 int TimerDuration = 50;
173 double TiltSpeed = 30.0;
174 double DistanceSpeed = 1.0;
provide a compass and distance, tilt sliders
a simple class to control print indentation
#define VTK_DEPRECATED_IN_9_2_0(reason)