Created by Scott Robert Ladd at Coyote Gulch Productions.
A do-nothing selector. More...
#include <selector.h>
Public Member Functions | |
virtual vector< OrganismType > | select_survivors (vector< OrganismType > &a_population) |
![]() | |
virtual | ~selector () |
Virtual destructor. |
The all_selector returns a copy of the original population, all organisms survive. This is primarily used for development and testing, and is of little practical use.
OrganismType | - The type of organism |
|
inlinevirtual |
Has no effect on the target population.
a_population | - A population of organisms |
Implements libevocosm::selector< OrganismType >.
© 1996-2005 Scott Robert Ladd. All rights reserved.
HTML documentation generated by Dimitri van Heesch's excellent Doxygen tool.