vtkGenericMovieWriter

Section: Visualization Toolkit IO Classes

Usage

vtkGenericMovieWriter is the abstract base class for several movie writers. The input type is a vtkImageData. The Start() method will open and create the file, the Write() method will output a frame to the file (i.e. the contents of the vtkImageData), End() will finalize and close the file.

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

  obj = vtkGenericMovieWriter

Methods

The class vtkGenericMovieWriter 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 vtkGenericMovieWriter class.