Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vtkMPEG2Writer.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    $RCSfile: vtkMPEG2Writer.h,v $
00005 
00006   Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
00007   All rights reserved.
00008   See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
00009 
00010      This software is distributed WITHOUT ANY WARRANTY; without even
00011      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00012      PURPOSE.  See the above copyright notice for more information.
00013 
00014 =========================================================================*/
00046 #ifndef __vtkMPEG2Writer_h
00047 #define __vtkMPEG2Writer_h
00048 
00049 #include "vtkGenericMovieWriter.h"
00050 
00051 class vtkMPEG2WriterInternal;
00052 class vtkImageData;
00053 struct MPEG2_structure;
00054 
00055 class VTK_IO_EXPORT vtkMPEG2Writer : public vtkGenericMovieWriter
00056 {
00057 public:
00058   static vtkMPEG2Writer *New();
00059   vtkTypeRevisionMacro(vtkMPEG2Writer,vtkGenericMovieWriter);
00060   void PrintSelf(ostream& os, vtkIndent indent);
00061 
00063 
00065   void Start();
00066   void Write();
00067   void End();
00069 
00070 protected:
00071   vtkMPEG2Writer();
00072   ~vtkMPEG2Writer();
00073 
00074   vtkMPEG2WriterInternal *Internals;
00075 
00076   long Time;
00077   int ActualWrittenTime;
00078 
00079   void Initialize();
00080 
00081   int Initialized;
00082 
00083   MPEG2_structure* MPEGStructure;
00084 
00085 private:
00086   vtkMPEG2Writer(const vtkMPEG2Writer&); // Not implemented
00087   void operator=(const vtkMPEG2Writer&); // Not implemented
00088 };
00089 
00090 #endif

Generated on Mon Jan 21 23:07:31 2008 for VTK by  doxygen 1.4.3-20050530