![]() |
Rosetta Protocols
2014.35
|
#include <Mutation.hh>
Public Member Functions | |
Mutation (Size position, AA aa) | |
Custom Constructor. More... | |
Mutation (Mutation const &src) | |
Copy Constructor. More... | |
~Mutation () | |
Destructor. More... | |
Mutation () | |
Default Constructor. More... | |
Size | position () const |
Get the posiiton at which to make this mutation. More... | |
AA | aa () const |
Get the amino acid to change this position to. More... | |
Private Attributes | |
Size | position_ |
AA | aa_ |
Custom Constructor.
Construct a new mutation object from a position and amino acid
protocols::membrane::ddG::Mutation::Mutation | ( | Mutation const & | src | ) |
Copy Constructor.
Create a deep copy of this object
protocols::membrane::ddG::Mutation::~Mutation | ( | ) |
Destructor.
protocols::membrane::ddG::Mutation::Mutation | ( | ) |
Default Constructor.
Private default constructor - mutation to alanine at posiiton 1. Don't use
References chemical.
AA protocols::membrane::ddG::Mutation::aa | ( | ) | const |
Get the amino acid to change this position to.
References aa_.
Size protocols::membrane::ddG::Mutation::position | ( | ) | const |
Get the posiiton at which to make this mutation.
References position_.
|
private |
Referenced by position().