66 #ifndef vtkSliderWidget_h
67 #define vtkSliderWidget_h
69 #include "vtkInteractionWidgetsModule.h"
97 {this->Superclass::SetWidgetRepresentation(reinterpret_cast<vtkWidgetRepresentation*>(r));}
113 vtkSetClampMacro(AnimationMode,
int, AnimateOff, Animate);
114 vtkGetMacro(AnimationMode,
int);
125 vtkSetClampMacro(NumberOfAnimationSteps,
int,1,
VTK_INT_MAX);
126 vtkGetMacro(NumberOfAnimationSteps,
int);
136 ~vtkSliderWidget() VTK_OVERRIDE {}
142 void AnimateSlider(
int selectionState);
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...