Go to the documentation of this file.
36 #ifndef vtkCameraRepresentation_h
37 #define vtkCameraRepresentation_h
39 #include "vtkInteractionWidgetsModule.h"
95 vtkGetMacro(NumberOfFrames,
int);
represent and manipulate 3D points
draw vtkPolyData onto the image plane
represent a vtkBorderWidget
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkCameraRepresentation * New()
Instantiate this class.
interpolate a series of cameras to update a new camera
void AddCameraToPath()
These methods are used to create interpolated camera paths.
virtual void GetSize(double size[2])
~vtkCameraRepresentation()
virtual void GetActors2D(vtkPropCollection *)
These methods are necessary to make this representation behave as a vtkProp.
window superclass for vtkRenderWindow
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
represent the vtkCameraWidget
virtual int HasTranslucentPolygonalGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
vtkCameraInterpolator * Interpolator
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
void AnimatePath(vtkRenderWindowInteractor *rwi)
void SetInterpolator(vtkCameraInterpolator *camInt)
Get the vtkCameraInterpolator used to interpolate and save the sequence of camera views.
a simple class to control print indentation
a virtual camera for 3D rendering
virtual int RenderOverlay(vtkViewport *)
platform-independent render window interaction including picking and frame rate control.
abstract specification for Viewports
virtual void BuildRepresentation()
Satisfy the superclasses' API.
vtkCameraRepresentation()
represent surface properties of a 2D image
a actor that draws 2D data
abstract specification for renderers
concrete dataset represents vertices, lines, polygons, and triangle strips
void SetCamera(vtkCamera *camera)
Specify the camera to interpolate.
vtkPolyDataMapper2D * Mapper
virtual int RenderOpaqueGeometry(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
vtkTransformPolyDataFilter * TransformFilter