![]() |
Rosetta Core
2014.16.56682
|
A class to hold data for the HBondEnergy class used in score and derivative evaluation. More...
Public Member Functions | |
| HBondResidueMinData () | |
| virtual | ~HBondResidueMinData () |
| virtual basic::datacache::CacheableDataOP | clone () const |
| 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 |
Public Member Functions inherited from basic::datacache::CacheableData | |
| virtual | ~CacheableData () |
Private Attributes | |
| Size | natoms_ |
| Size | nneighbors_ |
| bool | bb_don_avail_ |
| bool | bb_acc_avail_ |
A class to hold data for the HBondEnergy class used in score and derivative evaluation.
|
inline |
Referenced by clone().
|
inlinevirtual |
|
inline |
References bb_acc_avail_.
|
inline |
References bb_don_avail_.
|
inlinevirtual |
Implements basic::datacache::CacheableData.
References HBondResidueMinData().
|
inline |
References nneighbors_.
|
inline |
References bb_acc_avail_.
|
inline |
References bb_don_avail_.
|
inline |
References natoms_.
|
inline |
References nneighbors_.
|
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