EightSED_modified.h

Go to the documentation of this file.
00001 
00029 #ifndef EightSED_modified_h
00030 #define EightSED_modified_h
00031 
00032 #include "EightSED.h"
00033 //----------------------------------------------------------------------
00040 class EightSED_modified : public EightSED {
00041 
00042 public:
00043     EightSED_modified ( const int xSize, const int ySize, const bool unload=true )
00044         : EightSED(xSize, ySize, unload)
00045     {
00046     }
00047 
00048     virtual void doTransform ( const unsigned char* const I );
00049 };
00050 
00051 #endif
00052 //----------------------------------------------------------------------
00053 

Generated on Thu Jan 12 10:28:42 2006 by  doxygen 1.4.5