Section: Visualization Toolkit Widget Classes
To create an instance of class vtkContinuousValueWidgetRepresentation, simply invoke its constructor as follows
obj = vtkContinuousValueWidgetRepresentation
obj
is an instance of the vtkContinuousValueWidgetRepresentation class.
string = obj.GetClassName ()
- Standard methods for the class.
int = obj.IsA (string name)
- Standard methods for the class.
vtkContinuousValueWidgetRepresentation = obj.NewInstance ()
- Standard methods for the class.
vtkContinuousValueWidgetRepresentation = obj.SafeDownCast (vtkObject o)
- Standard methods for the class.
obj.PlaceWidget (double bounds[6])
- Methods to interface with the vtkSliderWidget. The PlaceWidget() method
assumes that the parameter bounds[6] specifies the location in display
space where the widget should be placed.
obj.BuildRepresentation ()
- Methods to interface with the vtkSliderWidget. The PlaceWidget() method
assumes that the parameter bounds[6] specifies the location in display
space where the widget should be placed.
obj.StartWidgetInteraction (double eventPos[2])
- Methods to interface with the vtkSliderWidget. The PlaceWidget() method
assumes that the parameter bounds[6] specifies the location in display
space where the widget should be placed.
obj.WidgetInteraction (double eventPos[2])
- Methods to interface with the vtkSliderWidget. The PlaceWidget() method
assumes that the parameter bounds[6] specifies the location in display
space where the widget should be placed.
obj.SetValue (double value)
double = obj.GetValue ()