75 #ifndef vtkSliderWidget_h 76 #define vtkSliderWidget_h 79 #include "vtkInteractionWidgetsModule.h" 106 this->Superclass::SetWidgetRepresentation(reinterpret_cast<vtkWidgetRepresentation*>(r));
125 vtkSetClampMacro(AnimationMode,
int, AnimateOff, Animate);
126 vtkGetMacro(AnimationMode,
int);
137 vtkSetClampMacro(NumberOfAnimationSteps,
int, 1,
VTK_INT_MAX);
138 vtkGetMacro(NumberOfAnimationSteps,
int);
154 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...