Created by Scott Robert Ladd at Coyote Gulch Productions.
#include <mutator.h>
Inheritance diagram for libevocosm::mutator< OrganismType >:
OrganismType | - The type of organism |
virtual libevocosm::mutator< OrganismType >::~mutator | ( | ) | [inline, virtual] |
A virtual destructor. By default, it does nothing; this is a placeholder that identifies this class as a potential base, ensuring that objects of a derived class will have their destructors called if they are destroyed through a base-class pointer.
virtual void libevocosm::mutator< OrganismType >::mutate | ( | vector< OrganismType > & | a_population | ) | [pure virtual] |
Mutates some (maybe none, maybe all) organisms in a given set.
a_population | - Set of organisms to be mutated |
© 1996-2005 Scott Robert Ladd. All rights reserved.
HTML documentation generated by Dimitri van Heesch's excellent Doxygen tool.