33#include "vtkIOMovieModule.h"
35class vtkAVIWriterInternal;
58 vtkSetClampMacro(Rate,
int, 1, 5000);
59 vtkGetMacro(Rate,
int);
68 vtkSetClampMacro(Quality,
int, 0, 2);
69 vtkGetMacro(Quality,
int);
78 vtkSetMacro(PromptCompressionOptions,
int);
79 vtkGetMacro(PromptCompressionOptions,
int);
80 vtkBooleanMacro(PromptCompressionOptions,
int);
102 vtkSetStringMacro(CompressorFourCC);
103 vtkGetStringMacro(CompressorFourCC);
Writes Windows AVI files.
static vtkAVIWriter * New()
void Start() override
These methods start writing an AVI file, write a frame to the file and then end the writing process.
void End() override
These methods start writing an AVI file, write a frame to the file and then end the writing process.
int PromptCompressionOptions
vtkAVIWriterInternal * Internals
void Write() override
These methods start writing an AVI file, write a frame to the file and then end the writing process.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
an abstract movie writer class.
a simple class to control print indentation