#include <NeighTeller.hh>
|
| static const int | MAXNGB = 10 |
| | : boolean table telling whether two residues in a set are neighbors, for sets of at most MAXNGB residues. More...
|
| |
NeighTeller's constructor.
- Parameters
-
| [out] | ref_pose | pose containing the residues whose neighbors are to be identified. |
: tells whether a probe residue is a neighbor of a target residue.
Tells whether a probe residue is a neighbor of a target residue.
- Parameters
-
| [in] | tgt | the target residue. |
| [in] | prb | the probe residue. [in] pose both residues belong to. |
- Returns
- true if prb is a neighbor of tgt; false otherwise.
References core::scoring::EMapVector::clear(), core::scoring::compute_sc_centroid(), core::scoring::compute_sc_radius(), core::scoring::eval_scsc_sr2b_energies(), core::scoring::fa_atr, fa_atr_weight, interaction_score_threshold, core::conformation::Residue::is_protein(), scorefxn, and unweighted_emap.
Referenced by is_neigh_tree(), protocols::constel::mk_neigh_list(), protocols::constel::pair_constel_set(), and protocols::constel::triple_constel_set().
| void protocols::constel::NeighTeller::print_nmap |
( |
core::Size const |
nres, |
|
|
std::ostream & |
os |
|
) |
| const |
|
private |
Prints the neighboring table for a set of residues.
- Parameters
-
| [in] | nres | number of residues in the set |
| [out] | output | stream |
Line i, column j reports nmap[i][j] (1<=i,j<=nres)
References nmap.
| core::Real protocols::constel::NeighTeller::fa_atr_weight |
|
private |
| core::Real const protocols::constel::NeighTeller::interaction_score_threshold |
|
private |
| const int protocols::constel::NeighTeller::MAXNGB = 10 |
|
staticprivate |
: boolean table telling whether two residues in a set are neighbors, for sets of at most MAXNGB residues.
| utility::vector1< utility::vector1<bool> > protocols::constel::NeighTeller::nmap |
|
private |
The documentation for this class was generated from the following files: