 |
VTK
9.0.20210224
|
Go to the documentation of this file.
75 #ifndef vtkSliderWidget_h
76 #define vtkSliderWidget_h
79 #include "vtkInteractionWidgetsModule.h"
106 this->Superclass::SetWidgetRepresentation(reinterpret_cast<vtkWidgetRepresentation*>(r));
114 return reinterpret_cast<vtkSliderRepresentation*>(this->WidgetRep);
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);
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
a simple class to control print indentation
abstract class defines the representation for a vtkSliderWidget