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

vtkAVIWriter.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    $RCSfile: vtkAVIWriter.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 =========================================================================*/
00027 #ifndef __vtkAVIWriter_h
00028 #define __vtkAVIWriter_h
00029 
00030 #include "vtkGenericMovieWriter.h"
00031 
00032 class vtkAVIWriterInternal;
00033 
00034 class VTK_IO_EXPORT vtkAVIWriter : public vtkGenericMovieWriter
00035 {
00036 public:
00037   static vtkAVIWriter *New();
00038   vtkTypeRevisionMacro(vtkAVIWriter,vtkGenericMovieWriter);
00039   void PrintSelf(ostream& os, vtkIndent indent);
00040   
00042 
00044   void Start();
00045   void Write();
00046   void End();
00048   
00049 protected:
00050   vtkAVIWriter();
00051   ~vtkAVIWriter();
00052   
00053   vtkAVIWriterInternal *Internals;
00054 
00055   int Rate;
00056   int Time;
00057 
00058 private:
00059   vtkAVIWriter(const vtkAVIWriter&); // Not implemented
00060   void operator=(const vtkAVIWriter&); // Not implemented
00061 };
00062 
00063 #endif
00064 
00065 
00066 

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