21#include "vtkIOMovieModule.h"
23VTK_ABI_NAMESPACE_BEGIN
24class vtkAVIWriterInternal;
47 vtkSetClampMacro(Rate,
int, 1, 5000);
48 vtkGetMacro(Rate,
int);
57 vtkSetClampMacro(Quality,
int, 0, 2);
58 vtkGetMacro(Quality,
int);
67 vtkSetMacro(PromptCompressionOptions,
int);
68 vtkGetMacro(PromptCompressionOptions,
int);
69 vtkBooleanMacro(PromptCompressionOptions,
int);
91 vtkSetStringMacro(CompressorFourCC);
92 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