21 #ifndef vtkOggTheoraWriter_h
22 #define vtkOggTheoraWriter_h
25 #include "vtkIOOggTheoraModule.h"
27 VTK_ABI_NAMESPACE_BEGIN
28 class vtkOggTheoraWriterInternal;
42 void Start()
override;
43 void Write()
override;
53 vtkSetClampMacro(Quality,
int, 0, 2);
54 vtkGetMacro(Quality,
int);
61 vtkSetClampMacro(Rate,
int, 1, 5000);
62 vtkGetMacro(Rate,
int);
virtual void Write()=0
These methods start writing an Movie file, write a frame to the file and then end the writing process...
Uses the ogg and theora libraries to write video files.
vtkOggTheoraWriterInternal * Internals
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...
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.
an abstract movie writer class.
static vtkAlgorithm * New()