31 #ifndef vtkOggTheoraWriter_h
32 #define vtkOggTheoraWriter_h
37 class vtkOggTheoraWriterInternal;
57 vtkSetClampMacro(Quality,
int, 0, 2);
58 vtkGetMacro(Quality,
int);
63 vtkSetClampMacro(Rate,
int , 1, 5000);
64 vtkGetMacro(Rate,
int);
69 vtkSetMacro(Subsampling,
int);
70 vtkGetMacro(Subsampling,
int);
71 vtkBooleanMacro(Subsampling,
int);
Uses the ogg and theora libraries to write video files.
#define VTKIOMOVIE_EXPORT
vtkOggTheoraWriterInternal * Internals
a simple class to control print indentation
an abstract movie writer class.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()