Section: Visualization Toolkit Widget Classes
To create an instance of class vtkPlaybackWidget, simply invoke its constructor as follows
obj = vtkPlaybackWidget
obj
is an instance of the vtkPlaybackWidget class.
string = obj.GetClassName ()
- Standar VTK class methods.
int = obj.IsA (string name)
- Standar VTK class methods.
vtkPlaybackWidget = obj.NewInstance ()
- Standar VTK class methods.
vtkPlaybackWidget = obj.SafeDownCast (vtkObject o)
- Standar VTK class methods.
obj.SetRepresentation (vtkPlaybackRepresentation r)
- Create the default widget representation if one is not set.
obj.CreateDefaultRepresentation ()
- Create the default widget representation if one is not set.