51#ifndef vtkCompassWidget_h 
   52#define vtkCompassWidget_h 
   56#include "vtkInteractionWidgetsModule.h"  
   59VTK_ABI_NAMESPACE_BEGIN
 
  110  vtkGetMacro(TimerDuration, 
int);
 
  111  vtkSetMacro(TimerDuration, 
int);
 
  119  vtkGetMacro(TiltSpeed, 
double);
 
  120  vtkSetMacro(TiltSpeed, 
double);
 
  128  vtkGetMacro(DistanceSpeed, 
double);
 
  129  vtkSetMacro(DistanceSpeed, 
double);
 
  153    DistanceTimerAdjustingOut
 
  155#if !defined(VTK_LEGACY_REMOVE) 
  161  int TimerDuration = 50;
 
  164  double TiltSpeed = 30.0;
 
  165  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)