![]() |
Rosetta
2021.16
|
#include <ResidueNeighborList.hh>

Public Types | |
| typedef basic::datacache::CacheableData | parent |
| typedef basic::datacache::CacheableDataOP | CacheableDataOP |
| typedef basic::datacache::CacheableDataCOP | CacheableDataCOP |
| typedef etable::count_pair::CountPairFunctionCOP | CountPairFunctionCOP |
Public Member Functions | |
| ResidueNblistData () | |
| ~ResidueNblistData () override | |
| CacheableDataOP | clone () const override |
| void | initialize (conformation::Residue const &res, CountPairFunctionCOP cpfxn, Real heavy_heavy_dist_cutoff=0.0, Real heavy_hydrogen_dist_cutoff=0.0, Real hydrogen_hydrogen_dist_cutoff=0.0) |
| Initialize the residue-nblist; if there are no intra-residue interactions, then provide a null-pointing count-pair function. More... | |
| utility::vector1< SmallAtNb > const & | atom_neighbors () const |
Private Attributes | |
| utility::vector1< SmallAtNb > | atom_neighbors_ |
| typedef basic::datacache::CacheableDataCOP core::scoring::ResidueNblistData::CacheableDataCOP |
| typedef basic::datacache::CacheableDataOP core::scoring::ResidueNblistData::CacheableDataOP |
| typedef etable::count_pair::CountPairFunctionCOP core::scoring::ResidueNblistData::CountPairFunctionCOP |
| typedef basic::datacache::CacheableData core::scoring::ResidueNblistData::parent |
|
default |
|
overridedefault |
|
inline |
|
override |
| void core::scoring::ResidueNblistData::initialize | ( | conformation::Residue const & | res, |
| CountPairFunctionCOP | cpfxn, | ||
| Real | heavy_heavy_dist_cutoff = 0.0, |
||
| Real | heavy_hydrogen_dist_cutoff = 0.0, |
||
| Real | hydrogen_hydrogen_dist_cutoff = 0.0 |
||
| ) |
Initialize the residue-nblist; if there are no intra-residue interactions, then provide a null-pointing count-pair function.
References core::conformation::Residue::atom_is_hydrogen(), atom_neighbors_, core::conformation::Residue::natoms(), and core::conformation::Residue::xyz().
|
private |
Referenced by atom_neighbors(), and initialize().
1.8.7