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
1.4.5