Go to the documentation of this file.
29 #ifndef vtkAVIWriter_h
30 #define vtkAVIWriter_h
32 #include "vtkIOMovieModule.h"
35 class vtkAVIWriterInternal;
58 vtkSetClampMacro(Rate,
int, 1, 5000);
59 vtkGetMacro(Rate,
int);
68 vtkSetClampMacro(Quality,
int, 0, 2);
69 vtkGetMacro(Quality,
int);
79 vtkGetMacro(PromptCompressionOptions,
int);
102 vtkSetStringMacro(CompressorFourCC);
120 void operator=(
const vtkAVIWriter&) VTK_DELETE_FUNCTION;
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkAVIWriterInternal * Internals
Writes Windows AVI files.
a simple class to control print indentation
int PromptCompressionOptions
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static vtkAlgorithm * New()
an abstract movie writer class.
virtual void Start()=0
These methods start writing an Movie file, write a frame to the file and then end the writing process...