47 #ifndef vtkMPEG2Writer_h 
   48 #define vtkMPEG2Writer_h 
   50 #include "vtkIOMovieModule.h"  
   53 class vtkMPEG2WriterInternal;
 
   55 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 
 
topologically and geometrically regular array of data 
 
MPEG2_structure * MPEGStructure
 
an abstract movie writer class. 
 
Writes MPEG2 Movie files. 
 
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses. 
 
static vtkAlgorithm * New()