 |
VTK
9.1.0
|
Go to the documentation of this file.
27 #ifndef vtkPlaybackRepresentation_h
28 #define vtkPlaybackRepresentation_h
31 #include "vtkInteractionWidgetsModule.h"
represent and manipulate 3D points
vtkTransformPolyDataFilter * TransformFilter
draw vtkPolyData onto the image plane
int RenderOverlay(vtkViewport *) override
These methods are necessary to make this representation behave as a vtkProp.
represent a vtkBorderWidget
~vtkPlaybackRepresentation() override
represent the vtkPlaybackWidget
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK class methods.
void ReleaseGraphicsResources(vtkWindow *) override
These methods are necessary to make this representation behave as a vtkProp.
virtual void JumpToBeginning()
virtual void BackwardOneFrame()
window superclass for vtkRenderWindow
vtkPlaybackRepresentation()
virtual void Play()
Virtual callbacks that subclasses should implement.
void GetSize(double size[2]) override
Subclasses should implement these methods.
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
These methods are necessary to make this representation behave as a vtkProp.
void BuildRepresentation() override
Satisfy the superclasses' API.
a simple class to control print indentation
vtkTypeBool HasTranslucentPolygonalGeometry() override
These methods are necessary to make this representation behave as a vtkProp.
int RenderOpaqueGeometry(vtkViewport *) override
These methods are necessary to make this representation behave as a vtkProp.
platform-independent render window interaction including picking and frame rate control.
abstract specification for Viewports
represent surface properties of a 2D image
a actor that draws 2D data
static vtkPlaybackRepresentation * New()
Instantiate this class.
void GetActors2D(vtkPropCollection *) override
These methods are necessary to make this representation behave as a vtkProp.
abstract specification for renderers
vtkPolyDataMapper2D * Mapper
concrete dataset represents vertices, lines, polygons, and triangle strips
virtual void ForwardOneFrame()