72 #ifndef vtkSliderWidget_h 73 #define vtkSliderWidget_h 75 #include "vtkInteractionWidgetsModule.h" 103 {this->Superclass::SetWidgetRepresentation(reinterpret_cast<vtkWidgetRepresentation*>(r));}
119 vtkSetClampMacro(AnimationMode,
int, AnimateOff, Animate);
120 vtkGetMacro(AnimationMode,
int);
131 vtkSetClampMacro(NumberOfAnimationSteps,
int,1,
VTK_INT_MAX);
132 vtkGetMacro(NumberOfAnimationSteps,
int);
148 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...