|
Rosetta
|
Take a single individual, and returns a desired number of point mutated individuals based on the input one. More...
#include <IdentityFactory.hh>

Public Member Functions | |
| utility::vector1< Individual > | apply (utility::vector1< Individual > const &parents, core::Size) const override |
| Simply copies and returns all individuals. N_offspring won't be used here. More... | |
| std::string const & | name () const override |
| Returns the name of this mutator. More... | |
Private Attributes | |
| std::string | name_ = "IdentityFactory" |
Take a single individual, and returns a desired number of point mutated individuals based on the input one.
|
overridevirtual |
Simply copies and returns all individuals. N_offspring won't be used here.
Implements protocols::ligand_evolution::OffspringFactory.
References protocols::TR().
|
overridevirtual |
Returns the name of this mutator.
Implements protocols::ligand_evolution::OffspringFactory.
References name_.
|
private |
Referenced by name().