30 #ifndef vtkPlaybackRepresentation_h
31 #define vtkPlaybackRepresentation_h
33 #include "vtkInteractionWidgetsModule.h"
a actor that draws 2D data
represent a vtkBorderWidget
a simple class to control print indentation
represent the vtkPlaybackWidget
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
static vtkPlaybackRepresentation * New()
Instantiate this class.
virtual int RenderOpaqueGeometry(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
virtual void BackwardOneFrame()
virtual int RenderOverlay(vtkViewport *)
virtual void JumpToBeginning()
vtkPlaybackRepresentation()
virtual int HasTranslucentPolygonalGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
virtual void BuildRepresentation()
Satisfy the superclasses' API.
~vtkPlaybackRepresentation()
virtual void Play()
Virtual callbacks that subclasses should implement.
vtkPolyDataMapper2D * Mapper
virtual void GetSize(double size[2])
vtkTransformPolyDataFilter * TransformFilter
virtual void GetActors2D(vtkPropCollection *)
These methods are necessary to make this representation behave as a vtkProp.
virtual void ForwardOneFrame()
represent and manipulate 3D points
draw vtkPolyData onto the image plane
concrete dataset represents vertices, lines, polygons, and triangle strips
represent surface properties of a 2D image
platform-independent render window interaction including picking and frame rate control.
abstract specification for renderers
abstract specification for Viewports
window superclass for vtkRenderWindow