EvolvingObjects
|
Wrapper for quadop: easy as pie. More...
#include <eoGenOp.h>
Public Member Functions | |
eoQuadGenOp (eoQuadOp< 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 > &_pop) |
the function that will do the work | |
virtual std::string | className () const |
Private Attributes | |
eoQuadOp< EOT > & | op |
Wrapper for quadop: easy as pie.