src/fuzzygroup.h

Go to the documentation of this file.
00001 #include "fuzzy.h"
00002 
00003 class fuzzygroup
00004 {
00005         private:
00006         public:
00007                 int mfs;
00008                 fuzzy **mf;
00009                 float min,max;
00010                 int samples;
00011 
00012                 fuzzygroup();
00013                 fuzzygroup(float min1,float max1,int samples1);
00014                 ~fuzzygroup();
00015 
00016                 void addfuzzy();
00017                 void removefuzzy(int no1);
00018 };

Generated on Thu Apr 26 22:45:26 2007 for GangOfSix(GOS)-RoboCupTeamProject by  doxygen 1.5.1-p1