|
Rosetta 3.5
|
#include <CPDataCorrespondence.hh>

Public Member Functions | |
| CPDataCorrespondence () | |
| void | n_entries (Size nentries) |
| void | resid_for_entry (Size entry, Size resid) |
| void | n_connpoints_for_entry (Size entry, Size nconnections) |
| void | connid_for_entry_connpoint (Size entry, Size connpoint, Size residue_connid) |
| Size | n_entries () const |
| Size | resid_for_entry (Size entry) const |
| Size | n_connpoints_for_entry (Size entry) const |
| Size | connid_for_entry_connpoint (Size entry, Size connpoint) const |
| void | note_has_pseudobonds () |
| bool | has_pseudobonds () const |
| Size | max_connpoints_for_residue () const |
Definition at line 33 of file CPDataCorrespondence.hh.
| core::scoring::trie::CPDataCorrespondence::CPDataCorrespondence | ( | ) |
Definition at line 29 of file CPDataCorrespondence.cc.
| void core::scoring::trie::CPDataCorrespondence::connid_for_entry_connpoint | ( | Size | entry, |
| Size | connpoint, | ||
| Size | residue_connid | ||
| ) |
Definition at line 69 of file CPDataCorrespondence.cc.
References n_entries_, nconnections_for_entry_, and residue_connid_for_entry_connid_.
Referenced by core::scoring::trie::initialize_cpdata_for_atom().
| Size core::scoring::trie::CPDataCorrespondence::connid_for_entry_connpoint | ( | Size | entry, |
| Size | connpoint | ||
| ) | const |
Definition at line 96 of file CPDataCorrespondence.cc.
References n_entries_, nconnections_for_entry_, and residue_connid_for_entry_connid_.
|
inline |
Definition at line 49 of file CPDataCorrespondence.hh.
References has_pseudobonds_.
Referenced by core::scoring::etable::BaseEtableEnergy< Derived >::create_rotamer_trie().
|
inline |
Definition at line 51 of file CPDataCorrespondence.hh.
References max_connpoints_for_residue_.
Referenced by core::scoring::etable::BaseEtableEnergy< Derived >::create_rotamer_trie().
| void core::scoring::trie::CPDataCorrespondence::n_connpoints_for_entry | ( | Size | entry, |
| Size | nconnections | ||
| ) |
Definition at line 53 of file CPDataCorrespondence.cc.
References core::sequence::end, max_connpoints_for_residue_, n_entries_, nconnections_for_entry_, and residue_connid_for_entry_connid_.
Referenced by core::scoring::trie::initialize_cpdata_for_atom().
Definition at line 89 of file CPDataCorrespondence.cc.
References n_entries_, and nconnections_for_entry_.
| void core::scoring::trie::CPDataCorrespondence::n_entries | ( | Size | nentries) |
Definition at line 36 of file CPDataCorrespondence.cc.
References entry_2_resid_, n_entries_, nconnections_for_entry_, and residue_connid_for_entry_connid_.
Referenced by core::scoring::trie::create_cpdata_correspondence_for_rotamer(), core::scoring::etable::BaseEtableEnergy< Derived >::create_rotamer_trie(), core::scoring::trie::create_trie(), and core::scoring::trie::initialize_cpdata_for_atom().
| Size core::scoring::trie::CPDataCorrespondence::n_entries | ( | ) | const |
Definition at line 77 of file CPDataCorrespondence.cc.
References n_entries_.
|
inline |
Definition at line 48 of file CPDataCorrespondence.hh.
References has_pseudobonds_.
Definition at line 47 of file CPDataCorrespondence.cc.
References entry_2_resid_, and n_entries_.
Referenced by core::scoring::trie::create_trie(), and core::scoring::trie::initialize_cpdata_for_atom().
Definition at line 82 of file CPDataCorrespondence.cc.
References entry_2_resid_, and n_entries_.
|
private |
Definition at line 58 of file CPDataCorrespondence.hh.
Referenced by n_entries(), and resid_for_entry().
|
private |
Definition at line 57 of file CPDataCorrespondence.hh.
Referenced by has_pseudobonds(), and note_has_pseudobonds().
|
private |
Definition at line 56 of file CPDataCorrespondence.hh.
Referenced by max_connpoints_for_residue(), and n_connpoints_for_entry().
|
private |
Definition at line 55 of file CPDataCorrespondence.hh.
Referenced by connid_for_entry_connpoint(), n_connpoints_for_entry(), n_entries(), and resid_for_entry().
|
private |
Definition at line 59 of file CPDataCorrespondence.hh.
Referenced by connid_for_entry_connpoint(), n_connpoints_for_entry(), and n_entries().
|
private |
Definition at line 60 of file CPDataCorrespondence.hh.
Referenced by connid_for_entry_connpoint(), n_connpoints_for_entry(), and n_entries().
1.8.4