vtkCameraRepresentation

Section: Visualization Toolkit Widget Classes

Usage

This class provides support for interactively saving a series of camera views into an interpolated path (using vtkCameraInterpolator). The class typically works in conjunction with vtkCameraWidget. To use this class simply specify the camera to interpolate and use the methods AddCameraToPath(), AnimatePath(), and InitializePath() to add a new camera view, animate the current views, and initialize the interpolation.

To create an instance of class vtkCameraRepresentation, simply invoke its constructor as follows

  obj = vtkCameraRepresentation

Methods

The class vtkCameraRepresentation has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkCameraRepresentation class.