26 #ifndef vtkAVIWriter_h 27 #define vtkAVIWriter_h 29 #include "vtkIOMovieModule.h" 32 class vtkAVIWriterInternal;
55 vtkSetClampMacro(Rate,
int, 1, 5000);
56 vtkGetMacro(Rate,
int);
65 vtkSetClampMacro(Quality,
int, 0, 2);
66 vtkGetMacro(Quality,
int);
76 vtkGetMacro(PromptCompressionOptions,
int);
99 vtkSetStringMacro(CompressorFourCC);
117 void operator=(
const vtkAVIWriter&) VTK_DELETE_FUNCTION;
virtual void Write()=0
These methods start writing an Movie file, write a frame to the file and then end the writing process...
virtual void Start()=0
These methods start writing an Movie file, write a frame to the file and then end the writing process...
virtual void End()=0
These methods start writing an Movie file, write a frame to the file and then end the writing process...
Writes Windows AVI files.
int PromptCompressionOptions
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkAVIWriterInternal * Internals
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
an abstract movie writer class.
static vtkAlgorithm * New()
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.