ImageFilter.h

00001 # ifndef Conjecture_ImageFilter_h
00002 # define Conjecture_ImageFilter_h Conjecture_ImageFilter_h
00003 
00004 // Insert SVN header substitution variable here
00005 // Class Champion: Unassigned
00006 
00007 # include "Root.h"  // parent
00008 
00009 namespace Conjecture {
00010 
00011   class Bitmap;
00012 
00021   class ImageFilter : public Root {
00022   public:
00023     // Constructors/Destructors
00024     ImageFilter();
00025 
00026     // **************
00027     // Accessors
00028 
00029     // **************
00030     // Input/Output
00031 
00032     // **************
00033     // Interface
00034 
00039     virtual bool filter(Bitmap &b) = 0;
00040 
00041   protected:
00042     // **************
00043     // Accessors
00044 
00045     // **************
00046     // Methods
00047 
00048   private:
00049     // **************
00050     // Accessors
00051 
00052     // **************
00053     // Methods
00054 
00055     // **************
00056     // State
00057   };
00058 }
00059 
00060 # endif // Conjecture_h
00061 

Generated on Thu Jun 15 19:56:10 2006 for Conjecture by  doxygen 1.4.6