EvolvingObjects
|
#include <eoGenOp.h>
Public Member Functions | |
eoMonGenOp (eoMonOp< EOT > &_op) | |
unsigned | max_production (void) |
Max production is used to reserve space for all elements that are used by the operator, not setting it properly can result in a crash. | |
void | apply (eoPopulator< EOT > &_it) |
the function that will do the work | |
virtual std::string | className () const |
Private Attributes | |
eoMonOp< EOT > & | op |
Wrapper for eoMonOp.