![]() |
Rosetta
2021.16
|
A class to hold data for the HBondEnergy class used in score and derivative evaluation. More...

Public Member Functions | |
| HBondResidueMinData ()=default | |
| ~HBondResidueMinData () override=default | |
| basic::datacache::CacheableDataOP | clone () const override |
| void | set_bb_don_avail (bool setting) |
| void | set_bb_acc_avail (bool setting) |
| bool | bb_don_avail () const |
| bool | bb_acc_avail () const |
| void | set_natoms (Size setting) |
| Size | natoms () const |
| void | set_nneighbors (Size setting) |
| Size | nneighbors () const |
Private Attributes | |
| Size | natoms_ |
| Size | nneighbors_ |
| bool | bb_don_avail_ { true } |
| bool | bb_acc_avail_ { true } |
A class to hold data for the HBondEnergy class used in score and derivative evaluation.
|
default |
|
overridedefault |
|
inline |
References bb_acc_avail_.
|
inline |
References bb_don_avail_.
|
inlineoverride |
|
inline |
References nneighbors_.
|
inline |
References bb_acc_avail_.
|
inline |
References bb_don_avail_.
|
inline |
References natoms_.
|
inline |
References nneighbors_.
Referenced by core::scoring::hbonds::HBondEnergy::setup_for_minimizing_for_residue().
|
private |
Referenced by bb_acc_avail(), and set_bb_acc_avail().
|
private |
Referenced by bb_don_avail(), and set_bb_don_avail().
|
private |
Referenced by natoms(), and set_natoms().
|
private |
Referenced by nneighbors(), and set_nneighbors().
1.8.7