#include <vtkPlaybackRepresentation.h>
This class is used to represent the vtkPlaybackWidget. Besides defining geometry, this class defines a series of virtual method stubs that are meant to be subclassed by applications for controlling playback.
Definition at line 43 of file vtkPlaybackRepresentation.h.
Standard VTK class methods.
Reimplemented from vtkBorderRepresentation.
Definition at line 51 of file vtkPlaybackRepresentation.h.
vtkPlaybackRepresentation::vtkPlaybackRepresentation | ( | ) | [protected] |
vtkPlaybackRepresentation::~vtkPlaybackRepresentation | ( | ) | [protected] |
static vtkPlaybackRepresentation* vtkPlaybackRepresentation::New | ( | ) | [static] |
Instantiate this class.
Reimplemented from vtkBorderRepresentation.
virtual const char* vtkPlaybackRepresentation::GetClassName | ( | ) | [virtual] |
Standard VTK class methods.
Reimplemented from vtkBorderRepresentation.
static int vtkPlaybackRepresentation::IsTypeOf | ( | const char * | type | ) | [static] |
Standard VTK class methods.
Reimplemented from vtkBorderRepresentation.
virtual int vtkPlaybackRepresentation::IsA | ( | const char * | type | ) | [virtual] |
Standard VTK class methods.
Reimplemented from vtkBorderRepresentation.
static vtkPlaybackRepresentation* vtkPlaybackRepresentation::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Standard VTK class methods.
Reimplemented from vtkBorderRepresentation.
void vtkPlaybackRepresentation::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Standard VTK class methods.
Reimplemented from vtkBorderRepresentation.
virtual vtkProperty2D* vtkPlaybackRepresentation::GetProperty | ( | ) | [virtual] |
By obtaining this property you can specify the properties of the representation.
virtual void vtkPlaybackRepresentation::Play | ( | ) | [inline, virtual] |
Virtual callbacks that subclasses should implement.
Definition at line 63 of file vtkPlaybackRepresentation.h.
virtual void vtkPlaybackRepresentation::Stop | ( | ) | [inline, virtual] |
Virtual callbacks that subclasses should implement.
Definition at line 64 of file vtkPlaybackRepresentation.h.
virtual void vtkPlaybackRepresentation::ForwardOneFrame | ( | ) | [inline, virtual] |
Virtual callbacks that subclasses should implement.
Definition at line 65 of file vtkPlaybackRepresentation.h.
virtual void vtkPlaybackRepresentation::BackwardOneFrame | ( | ) | [inline, virtual] |
Virtual callbacks that subclasses should implement.
Definition at line 66 of file vtkPlaybackRepresentation.h.
virtual void vtkPlaybackRepresentation::JumpToBeginning | ( | ) | [inline, virtual] |
Virtual callbacks that subclasses should implement.
Definition at line 67 of file vtkPlaybackRepresentation.h.
virtual void vtkPlaybackRepresentation::JumpToEnd | ( | ) | [inline, virtual] |
Virtual callbacks that subclasses should implement.
Definition at line 68 of file vtkPlaybackRepresentation.h.
virtual void vtkPlaybackRepresentation::BuildRepresentation | ( | ) | [virtual] |
Satisfy the superclasses' API.
Reimplemented from vtkBorderRepresentation.
virtual void vtkPlaybackRepresentation::GetSize | ( | double | size[2] | ) | [inline, virtual] |
Satisfy the superclasses' API.
Reimplemented from vtkBorderRepresentation.
Definition at line 74 of file vtkPlaybackRepresentation.h.
virtual void vtkPlaybackRepresentation::GetActors2D | ( | vtkPropCollection * | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
virtual void vtkPlaybackRepresentation::ReleaseGraphicsResources | ( | vtkWindow * | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
virtual int vtkPlaybackRepresentation::RenderOverlay | ( | vtkViewport * | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
virtual int vtkPlaybackRepresentation::RenderOpaqueGeometry | ( | vtkViewport * | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
virtual int vtkPlaybackRepresentation::RenderTranslucentPolygonalGeometry | ( | vtkViewport * | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
virtual int vtkPlaybackRepresentation::HasTranslucentPolygonalGeometry | ( | ) | [virtual] |
These methods are necessary to make this representation behave as a vtkProp.
Reimplemented from vtkBorderRepresentation.
vtkPoints* vtkPlaybackRepresentation::Points [protected] |
Definition at line 94 of file vtkPlaybackRepresentation.h.
vtkPolyData* vtkPlaybackRepresentation::PolyData [protected] |
Definition at line 95 of file vtkPlaybackRepresentation.h.
Definition at line 96 of file vtkPlaybackRepresentation.h.
vtkPolyDataMapper2D* vtkPlaybackRepresentation::Mapper [protected] |
Definition at line 97 of file vtkPlaybackRepresentation.h.
vtkProperty2D* vtkPlaybackRepresentation::Property [protected] |
Definition at line 98 of file vtkPlaybackRepresentation.h.
vtkActor2D* vtkPlaybackRepresentation::Actor [protected] |
Definition at line 99 of file vtkPlaybackRepresentation.h.