#include <eoVariableLengthMutation.h>
Inheritance diagram for eoVlAddMutation< EOT >:

Public Types | |
| typedef EOT::AtomType | AtomType |
Public Member Functions | |
| eoVlAddMutation (unsigned _nMax, eoInit< AtomType > &_atomInit) | |
| default ctor | |
| bool | operator() (EOT &_eo) |
| operator: actually adds an Atom | |
| virtual std::string | className () const |
| inherited className | |
Private Attributes | |
| unsigned | nMax |
| eoInit< AtomType > & | atomInit |
Definition at line 48 of file eoVariableLengthMutation.h.
| eoVlAddMutation< EOT >::eoVlAddMutation | ( | unsigned | _nMax, | |
| eoInit< AtomType > & | _atomInit | |||
| ) | [inline] |
default ctor
| nMax | max number of atoms | |
| _atomInit | an Atom initializer |
Definition at line 59 of file eoVariableLengthMutation.h.
1.4.7