EvolvingObjects
|
Embedded select, followed by an embedded transform. More...
#include <eoBreed.h>
Public Member Functions | |
eoSelectTransform (eoSelect< EOT > &_select, eoTransform< EOT > &_transform) | |
void | operator() (const eoPop< EOT > &_parents, eoPop< EOT > &_offspring) |
The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
eoSelect< EOT > & | select |
eoTransform< EOT > & | transform |
Embedded select, followed by an embedded transform.
Special breeder that is just an application of an embedded select, followed by an embedded transform