29 #ifndef __vtkContinuousValueWidgetRepresentation_h
30 #define __vtkContinuousValueWidgetRepresentation_h
32 #include "vtkInteractionWidgetsModule.h"
43 void PrintSelf(ostream& os, vtkIndent indent);
68 virtual void SetValue(
double value);
69 virtual double GetValue() {
return this->Value;};