72 #ifndef vtkSliderWidget_h
73 #define vtkSliderWidget_h
77 #include "vtkInteractionWidgetsModule.h"
104 this->Superclass::SetWidgetRepresentation(reinterpret_cast<vtkWidgetRepresentation*>(r));
123 vtkSetClampMacro(AnimationMode,
int, AnimateOff, Animate);
124 vtkGetMacro(AnimationMode,
int);
135 vtkSetClampMacro(NumberOfAnimationSteps,
int, 1,
VTK_INT_MAX);
136 vtkGetMacro(NumberOfAnimationSteps,
int);
152 void AnimateSlider(
int selectionState);
162 #if !defined(VTK_LEGACY_REMOVE)
#define VTK_DEPRECATED_IN_9_2_0(reason)
a simple class to control print indentation
abstract class defines the representation for a vtkSliderWidget
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...