![]() |
Rosetta
2021.16
|
small helper class that stores the ddGs for mutations at a given position. camel case gets weird when trying to write words containing ddG... More...
#include <PositionDdGInfo.hh>

Public Member Functions | |
| PositionDdGInfo (core::Size seqpos, core::chemical::AA wt_aa) | |
| ~PositionDdGInfo () override | |
| void | add_mutation_ddG (core::chemical::AA aa, core::Real ddG) |
| core::Size | seqpos () const |
| core::chemical::AA | wt_aa () const |
| std::map< core::chemical::AA, core::Real > const & | mutation_ddGs () const |
Private Attributes | |
| core::Size | seqpos_ |
| core::chemical::AA | wt_aa_ |
| std::map< core::chemical::AA, core::Real > | mutation_ddGs_ |
small helper class that stores the ddGs for mutations at a given position. camel case gets weird when trying to write words containing ddG...
| core::io::PositionDdGInfo::PositionDdGInfo::PositionDdGInfo | ( | core::Size | seqpos, |
| core::chemical::AA | wt_aa | ||
| ) |
|
overridedefault |
| void core::io::PositionDdGInfo::PositionDdGInfo::add_mutation_ddG | ( | core::chemical::AA | aa, |
| core::Real | ddG | ||
| ) |
doesn't check whether something for this mutation already exists, so previously added stuff will be overwritten
References mutation_ddGs_.
|
inline |
|
inline |
References seqpos_.
|
inline |
References wt_aa_.
Referenced by protocols::task_operations::RestrictConservedLowDdgOperation::position_untouchable().
|
private |
Referenced by add_mutation_ddG(), and mutation_ddGs().
|
private |
Referenced by seqpos().
|
private |
Referenced by wt_aa().
1.8.7