#include <eoTruncSelect.h>
Inheritance diagram for eoTruncSelect< EOT >:

Public Member Functions | |
| eoTruncSelect (eoSelectOne< EOT > &_select, eoHowMany _howMany) | |
| Ctor: from an eoSelect (and an eoMany to tell how many are kept for selectino. | |
| virtual void | operator() (const eoPop< EOT > &_source, eoPop< EOT > &_dest) |
| The implementation repeatidly selects an individual. | |
Private Attributes | |
| eoSelectOne< EOT > & | select |
| eoHowMany | howMany |
Therefore eoSelectMany needs an eoSelectOne in its ctor It will use an eoHowMnay to determine the number of guys to keep,
Definition at line 43 of file eoTruncSelect.h.
|
||||||||||||||||
|
The implementation repeatidly selects an individual.
Implements eoBF< const eoPop< EOT > &, eoPop< EOT > &, void >. Definition at line 56 of file eoTruncSelect.h. References eoSelectOne< EOT, WorthT >::setup(). |
1.3.9.1