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

vtkPNGReader.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    $RCSfile: vtkPNGReader.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 =========================================================================*/
00031 #ifndef __vtkPNGReader_h
00032 #define __vtkPNGReader_h
00033 
00034 #include "vtkImageReader2.h"
00035 
00036 class VTK_IO_EXPORT vtkPNGReader : public vtkImageReader2
00037 {
00038 public:
00039   static vtkPNGReader *New();
00040   vtkTypeRevisionMacro(vtkPNGReader,vtkImageReader2);
00041   virtual void PrintSelf(ostream& os, vtkIndent indent);
00042 
00043   virtual int CanReadFile(const char* fname);
00044 
00046 
00048   virtual const char* GetFileExtensions()
00049     {
00050       return ".png";
00051     }
00053 
00055 
00057   virtual const char* GetDescriptiveName()
00058     {
00059       return "PNG";
00060     }
00062 
00063 protected:
00064   vtkPNGReader() {};
00065   ~vtkPNGReader() {};
00066 
00067   virtual void ExecuteInformation();
00068   virtual void ExecuteData(vtkDataObject *out);
00069 private:
00070   vtkPNGReader(const vtkPNGReader&);  // Not implemented.
00071   void operator=(const vtkPNGReader&);  // Not implemented.
00072 };
00073 #endif
00074 
00075 

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