Section: Visualization Toolkit Widget Classes
To create an instance of class vtkPlaybackRepresentation, simply invoke its constructor as follows
obj = vtkPlaybackRepresentation
obj is an instance of the vtkPlaybackRepresentation class.
string = obj.GetClassName () - Standard VTK class methods.
int = obj.IsA (string name) - Standard VTK class methods.
vtkPlaybackRepresentation = obj.NewInstance () - Standard VTK class methods.
vtkPlaybackRepresentation = obj.SafeDownCast (vtkObject o) - Standard VTK class methods.
vtkProperty2D = obj.GetProperty () - By obtaining this property you can specify the properties of the
representation.
obj.Play () - Virtual callbacks that subclasses should implement.
obj.Stop () - Virtual callbacks that subclasses should implement.
obj.ForwardOneFrame () - Virtual callbacks that subclasses should implement.
obj.BackwardOneFrame () - Virtual callbacks that subclasses should implement.
obj.JumpToBeginning () - Virtual callbacks that subclasses should implement.
obj.JumpToEnd () - Satisfy the superclasses' API.
obj.BuildRepresentation () - Satisfy the superclasses' API.
obj.GetSize (double size[2]) - These methods are necessary to make this representation behave as
a vtkProp.
obj.GetActors2D (vtkPropCollection ) - These methods are necessary to make this representation behave as
a vtkProp.
obj.ReleaseGraphicsResources (vtkWindow ) - These methods are necessary to make this representation behave as
a vtkProp.
int = obj.RenderOverlay (vtkViewport ) - These methods are necessary to make this representation behave as
a vtkProp.
int = obj.RenderOpaqueGeometry (vtkViewport ) - These methods are necessary to make this representation behave as
a vtkProp.
int = obj.RenderTranslucentPolygonalGeometry (vtkViewport ) - These methods are necessary to make this representation behave as
a vtkProp.
int = obj.HasTranslucentPolygonalGeometry () - These methods are necessary to make this representation behave as
a vtkProp.