|
Rosetta 3.5
|
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 |
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.
Definition at line 95 of file HBondEnergy.cc.
|
inline |
Definition at line 98 of file HBondEnergy.cc.
Referenced by clone().
|
inlinevirtual |
Definition at line 99 of file HBondEnergy.cc.
|
inline |
Definition at line 108 of file HBondEnergy.cc.
References bb_acc_avail_.
|
inline |
Definition at line 107 of file HBondEnergy.cc.
References bb_don_avail_.
|
inlinevirtual |
Definition at line 101 of file HBondEnergy.cc.
References HBondResidueMinData().
|
inline |
Definition at line 111 of file HBondEnergy.cc.
References natoms_.
|
inline |
Definition at line 114 of file HBondEnergy.cc.
References nneighbors_.
|
inline |
Definition at line 105 of file HBondEnergy.cc.
References bb_acc_avail_.
|
inline |
Definition at line 104 of file HBondEnergy.cc.
References bb_don_avail_.
|
inline |
Definition at line 110 of file HBondEnergy.cc.
References natoms_.
|
inline |
Definition at line 113 of file HBondEnergy.cc.
References nneighbors_.
|
private |
Definition at line 121 of file HBondEnergy.cc.
Referenced by bb_acc_avail(), and set_bb_acc_avail().
|
private |
Definition at line 120 of file HBondEnergy.cc.
Referenced by bb_don_avail(), and set_bb_don_avail().
|
private |
Definition at line 117 of file HBondEnergy.cc.
Referenced by natoms(), and set_natoms().
|
private |
Definition at line 118 of file HBondEnergy.cc.
Referenced by nneighbors(), and set_nneighbors().
1.8.4