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

Public Member Functions | |
| eoDetSelect (double _rate=1.0, bool _interpret_as_rate=true) | |
| init | |
| virtual void | operator() (const eoPop< EOT > &_source, eoPop< EOT > &_dest) |
Private Attributes | |
| eoHowMany | howMany |
Definition at line 40 of file eoDetSelect.h.
| virtual void eoDetSelect< EOT >::operator() | ( | const eoPop< EOT > & | _source, | |
| eoPop< EOT > & | _dest | |||
| ) | [inline, virtual] |
| _source | the source population | |
| _dest | the resulting population (size of this population is given by the HowMany data It empties the destination and adds the selection into it) |
Definition at line 53 of file eoDetSelect.h.
References eoDetSelect< EOT >::howMany.
1.4.7