|
From: Gustavo P. B. <gb...@us...> - 2005-04-05 22:49:17
|
Update of /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5220/src/libkimageprocess Modified Files: ktmethod.h Log Message: Adding the HSVCM features. They are not implemented yet (too much numbers to take care hehe) Index: ktmethod.h =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/libkimageprocess/ktmethod.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ktmethod.h 24 Mar 2005 03:05:45 -0000 1.4 +++ ktmethod.h 5 Apr 2005 22:49:07 -0000 1.5 @@ -54,7 +54,7 @@ virtual void *data(int direction) const; - virtual int dataSize() { return 0; } + virtual int dataSize(int index = 0) { return 0; } protected: QString m_methodName; |