EvolvingObjects
eoSelect.h
00001 
00023 //-----------------------------------------------------------------------------
00024 
00025 #ifndef _eoSelect_h
00026 #define _eoSelect_h
00027 
00028 
00029 //-----------------------------------------------------------------------------
00030 #include <eoPop.h>
00031 //-----------------------------------------------------------------------------
00032 
00042 template<class EOT>
00043 class eoSelect : public eoBF<const eoPop<EOT>&, eoPop<EOT>&, void>
00044 {};
00045 
00046 #endif
 All Classes Namespaces Files Functions Variables Typedefs Friends