Go to the documentation of this file.
33 #ifndef vtkCameraRepresentation_h
34 #define vtkCameraRepresentation_h
36 #include "vtkInteractionWidgetsModule.h"
92 vtkGetMacro(NumberOfFrames,
int);
represent and manipulate 3D points
~vtkCameraRepresentation() override
draw vtkPolyData onto the image plane
int RenderOpaqueGeometry(vtkViewport *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
represent a vtkBorderWidget
void ReleaseGraphicsResources(vtkWindow *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
static vtkCameraRepresentation * New()
Instantiate this class.
void GetSize(double size[2]) override
int RenderOverlay(vtkViewport *) override
void BuildRepresentation() override
Satisfy the superclasses' API.
interpolate a series of cameras to update a new camera
void AddCameraToPath()
These methods are used to create interpolated camera paths.
window superclass for vtkRenderWindow
represent the vtkCameraWidget
vtkCameraInterpolator * Interpolator
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
void AnimatePath(vtkRenderWindowInteractor *rwi)
void GetActors2D(vtkPropCollection *) override
These methods are necessary to make this representation behave as a vtkProp.
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
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
platform-independent render window interaction including picking and frame rate control.
abstract specification for Viewports
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
vtkTypeBool HasTranslucentPolygonalGeometry() override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
void SetCamera(vtkCamera *camera)
Specify the camera to interpolate.
vtkPolyDataMapper2D * Mapper
vtkTransformPolyDataFilter * TransformFilter