VTK
Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPlaybackRepresentation Class Reference

represent the vtkPlaybackWidget More...

#include <vtkPlaybackRepresentation.h>

Inheritance diagram for vtkPlaybackRepresentation:
Inheritance graph
[legend]
Collaboration diagram for vtkPlaybackRepresentation:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual vtkProperty2DGetProperty ()
virtual void Play ()
virtual void Stop ()
virtual void ForwardOneFrame ()
virtual void BackwardOneFrame ()
virtual void JumpToBeginning ()
virtual void JumpToEnd ()
virtual void BuildRepresentation ()
virtual void GetSize (double size[2])
virtual void GetActors2D (vtkPropCollection *)
virtual void ReleaseGraphicsResources (vtkWindow *)
virtual int RenderOverlay (vtkViewport *)
virtual int RenderOpaqueGeometry (vtkViewport *)
virtual int RenderTranslucentPolygonalGeometry (vtkViewport *)
virtual int HasTranslucentPolygonalGeometry ()

Static Public Member Functions

static vtkPlaybackRepresentationNew ()

Protected Member Functions

 vtkPlaybackRepresentation ()
 ~vtkPlaybackRepresentation ()

Protected Attributes

vtkPointsPoints
vtkPolyDataPolyData
vtkTransformPolyDataFilterTransformFilter
vtkPolyDataMapper2DMapper
vtkProperty2DProperty
vtkActor2DActor
typedef vtkBorderRepresentation Superclass
static int IsTypeOf (const char *type)
static vtkPlaybackRepresentationSafeDownCast (vtkObjectBase *o)
virtual int IsA (const char *type)
vtkPlaybackRepresentationNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual vtkObjectBaseNewInstanceInternal () const

Detailed Description

represent the vtkPlaybackWidget

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.

See also:
vtkPlaybackWidget
Tests:
vtkPlaybackRepresentation (Tests)

Definition at line 44 of file vtkPlaybackRepresentation.h.


Member Typedef Documentation

Standard VTK class methods.

Reimplemented from vtkBorderRepresentation.

Definition at line 52 of file vtkPlaybackRepresentation.h.


Constructor & Destructor Documentation


Member Function Documentation

Instantiate this class.

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.

Standard VTK class methods.

Reimplemented from vtkBorderRepresentation.

virtual vtkObjectBase* vtkPlaybackRepresentation::NewInstanceInternal ( ) const [protected, virtual]

Standard VTK class methods.

Reimplemented from vtkBorderRepresentation.

Standard VTK class methods.

Reimplemented from vtkBorderRepresentation.

void vtkPlaybackRepresentation::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Standard VTK class methods.

Reimplemented from vtkBorderRepresentation.

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 64 of file vtkPlaybackRepresentation.h.

virtual void vtkPlaybackRepresentation::Stop ( ) [inline, virtual]

Virtual callbacks that subclasses should implement.

Definition at line 65 of file vtkPlaybackRepresentation.h.

virtual void vtkPlaybackRepresentation::ForwardOneFrame ( ) [inline, virtual]

Virtual callbacks that subclasses should implement.

Definition at line 66 of file vtkPlaybackRepresentation.h.

virtual void vtkPlaybackRepresentation::BackwardOneFrame ( ) [inline, virtual]

Virtual callbacks that subclasses should implement.

Definition at line 67 of file vtkPlaybackRepresentation.h.

virtual void vtkPlaybackRepresentation::JumpToBeginning ( ) [inline, virtual]

Virtual callbacks that subclasses should implement.

Definition at line 68 of file vtkPlaybackRepresentation.h.

virtual void vtkPlaybackRepresentation::JumpToEnd ( ) [inline, virtual]

Virtual callbacks that subclasses should implement.

Definition at line 69 of file vtkPlaybackRepresentation.h.

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 75 of file vtkPlaybackRepresentation.h.

These methods are necessary to make this representation behave as a vtkProp.

Reimplemented from vtkBorderRepresentation.

These methods are necessary to make this representation behave as a vtkProp.

Reimplemented from vtkBorderRepresentation.

These methods are necessary to make this representation behave as a vtkProp.

Reimplemented from vtkBorderRepresentation.

These methods are necessary to make this representation behave as a vtkProp.

Reimplemented from vtkBorderRepresentation.

These methods are necessary to make this representation behave as a vtkProp.

Reimplemented from vtkBorderRepresentation.

These methods are necessary to make this representation behave as a vtkProp.

Reimplemented from vtkBorderRepresentation.


Member Data Documentation

Definition at line 95 of file vtkPlaybackRepresentation.h.

Definition at line 96 of file vtkPlaybackRepresentation.h.

Definition at line 97 of file vtkPlaybackRepresentation.h.

Definition at line 98 of file vtkPlaybackRepresentation.h.

Definition at line 99 of file vtkPlaybackRepresentation.h.

Definition at line 100 of file vtkPlaybackRepresentation.h.


The documentation for this class was generated from the following file: