|
Rosetta 3.5
|
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) | |
| virtual | ~PositionDdGInfo () |
| 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...
Definition at line 42 of file PositionDdGInfo.hh.
| core::io::PositionDdGInfo::PositionDdGInfo::PositionDdGInfo | ( | core::Size | seqpos, |
| core::chemical::AA | wt_aa | ||
| ) |
Definition at line 66 of file PositionDdGInfo.cc.
|
virtual |
Definition at line 74 of file PositionDdGInfo.cc.
| 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
Definition at line 79 of file PositionDdGInfo.cc.
References mutation_ddGs_.
|
inline |
Definition at line 68 of file PositionDdGInfo.hh.
Referenced by protocols::toolbox::task_operations::RestrictConservedLowDdgOperation::position_ala_ddG(), and protocols::toolbox::task_operations::RestrictConservedLowDdgOperation::position_untouchable().
|
inline |
Definition at line 60 of file PositionDdGInfo.hh.
|
inline |
Definition at line 64 of file PositionDdGInfo.hh.
Referenced by protocols::toolbox::task_operations::RestrictConservedLowDdgOperation::position_untouchable().
|
private |
Definition at line 75 of file PositionDdGInfo.hh.
Referenced by add_mutation_ddG().
|
private |
Definition at line 73 of file PositionDdGInfo.hh.
|
private |
Definition at line 74 of file PositionDdGInfo.hh.
1.8.4