30 #ifndef vtkOggTheoraWriter_h
31 #define vtkOggTheoraWriter_h
34 #include "vtkIOOggTheoraModule.h"
36 VTK_ABI_NAMESPACE_BEGIN
37 class vtkOggTheoraWriterInternal;
62 vtkSetClampMacro(Quality,
int, 0, 2);
63 vtkGetMacro(Quality,
int);
70 vtkSetClampMacro(Rate,
int, 1, 5000);
71 vtkGetMacro(Rate,
int);
an abstract movie writer class.
a simple class to control print indentation
Uses the ogg and theora libraries to write video files.
void Start() override
These methods start writing an Movie file, write a frame to the file and then end the writing process...
vtkOggTheoraWriterInternal * Internals
~vtkOggTheoraWriter() override
void End() override
These methods start writing an Movie file, write a frame to the file and then end the writing process...
static vtkOggTheoraWriter * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void Write() override
These methods start writing an Movie file, write a frame to the file and then end the writing process...