44 #ifndef vtkMPEG2Writer_h 45 #define vtkMPEG2Writer_h 47 #include "vtkIOMovieModule.h" 50 class vtkMPEG2WriterInternal;
52 struct MPEG2_structure;
virtual void Write()=0
These methods start writing an Movie file, write a frame to the file and then end the writing process...
vtkMPEG2WriterInternal * 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.
topologically and geometrically regular array of data
MPEG2_structure * MPEGStructure
an abstract movie writer class.
Writes MPEG2 Movie files.
static vtkAlgorithm * New()