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

vtkGenericMovieWriter.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    $RCSfile: vtkGenericMovieWriter.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 __vtkGenericMovieWriter_h
00028 #define __vtkGenericMovieWriter_h
00029 
00030 #include "vtkProcessObject.h"
00031 
00032 class vtkImageData;
00033 
00034 class VTK_IO_EXPORT vtkGenericMovieWriter : public vtkProcessObject
00035 {
00036 public:
00037   vtkTypeRevisionMacro(vtkGenericMovieWriter,vtkProcessObject);
00038   void PrintSelf(ostream& os, vtkIndent indent);
00039   
00041 
00042   virtual void SetInput(vtkImageData *input);
00043   virtual vtkImageData *GetInput();
00045 
00047 
00048   vtkSetStringMacro(FileName);
00049   vtkGetStringMacro(FileName);
00051 
00053 
00055   virtual void Start() =0;
00056   virtual void Write() =0;
00057   virtual void End() =0;
00059   
00061 
00062   vtkGetMacro(Error,int);
00064 
00065 protected:
00066   vtkGenericMovieWriter();
00067   ~vtkGenericMovieWriter();
00068 
00069   char *FileName;
00070   int Error;
00071 
00072 private:
00073   vtkGenericMovieWriter(const vtkGenericMovieWriter&); // Not implemented
00074   void operator=(const vtkGenericMovieWriter&); // Not implemented
00075 };
00076 
00077 #endif
00078 
00079 
00080 

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