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

Public Member Functions | |
| eoPropCombinedBinOp (eoBinOp< EOT > &_first, const double _rate) | |
| Ctor. | |
| virtual std::string | className () const |
| virtual void | add (eoBinOp< EOT > &_op, const double _rate, bool _verbose=false) |
| virtual void | operator() (EOT &_indi1, const EOT &_indi2) |
| The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
| std::vector< eoBinOp< EOT > * > | ops |
| std::vector< double > | rates |
Definition at line 109 of file eoProportionalCombinedOp.h.
1.3.9.1