17 #ifndef vtkAVIWriter_h
18 #define vtkAVIWriter_h
21 #include "vtkIOMovieModule.h"
23 VTK_ABI_NAMESPACE_BEGIN
24 class vtkAVIWriterInternal;
38 void Start()
override;
39 void Write()
override;
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);
112 VTK_ABI_NAMESPACE_END
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.
vtkAVIWriterInternal * Internals
an abstract movie writer class.
static vtkAlgorithm * New()