27#ifndef vtkPlaybackRepresentation_h
28#define vtkPlaybackRepresentation_h
31#include "vtkInteractionWidgetsModule.h"
a actor that draws 2D data
represent a vtkBorderWidget
a simple class to control print indentation
represent the vtkPlaybackWidget
void ReleaseGraphicsResources(vtkWindow *) override
These methods are necessary to make this representation behave as a vtkProp.
void GetSize(double size[2]) override
Subclasses should implement these methods.
virtual void BackwardOneFrame()
virtual void JumpToBeginning()
void GetActors2D(vtkPropCollection *) override
These methods are necessary to make this representation behave as a vtkProp.
vtkPlaybackRepresentation()
int RenderOpaqueGeometry(vtkViewport *) override
These methods are necessary to make this representation behave as a vtkProp.
void BuildRepresentation() override
Satisfy the superclasses' API.
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
These methods are necessary to make this representation behave as a vtkProp.
vtkTypeBool HasTranslucentPolygonalGeometry() override
These methods are necessary to make this representation behave as a vtkProp.
virtual void Play()
Virtual callbacks that subclasses should implement.
vtkPolyDataMapper2D * Mapper
int RenderOverlay(vtkViewport *) override
These methods are necessary to make this representation behave as a vtkProp.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK class methods.
static vtkPlaybackRepresentation * New()
Instantiate this class.
vtkTransformPolyDataFilter * TransformFilter
~vtkPlaybackRepresentation() override
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