eoSelectOne.h

00001 
00023 //-----------------------------------------------------------------------------
00024 
00025 #ifndef _eoSelectOne_h
00026 #define _eoSelectOne_h
00027 
00028 
00029 //-----------------------------------------------------------------------------
00030 #include <eoPop.h>
00031 #include <eoFunctor.h>
00032 //-----------------------------------------------------------------------------
00033 
00040 #ifdef _MSC_VER
00041 template<class EOT, class WorthT = EOT::Fitness>
00042 #else
00043 template<class EOT, class WorthT = typename EOT::Fitness>
00044 #endif
00045 class eoSelectOne : public eoUF<const eoPop<EOT>&, const EOT&>
00046 {
00047     public :
00049       virtual void setup(const eoPop<EOT>& _pop)
00050       {}
00051 };
00052 
00053 
00054 #endif

Generated on Thu Oct 19 05:06:38 2006 for EO by  doxygen 1.3.9.1