#include <eoProportionalCombinedOp.h>
Inheritance diagram for eoPropCombinedQuadOp< EOT >:

Public Member Functions | |
| eoPropCombinedQuadOp (eoQuadOp< EOT > &_first, const double _rate) | |
| Ctor from a true operator. | |
| virtual std::string | className () const |
| virtual void | add (eoQuadOp< EOT > &_op, const double _rate, bool _verbose=false) |
| virtual void | printOn (std::ostream &_os) |
| virtual bool | operator() (EOT &_indi1, EOT &_indi2) |
Private Attributes | |
| std::vector< eoQuadOp< EOT > * > | ops |
| std::vector< double > | rates |
generic operators are now allowed: there are imbedded into the corresponding "true" operator
Definition at line 163 of file eoProportionalCombinedOp.h.
1.4.7