#include <motif_hash_stuff.hh>
|
| | MotifHash () |
| |
| | MotifHash (Real cart_resl, Real ang_resl) |
| |
| | MotifHash (ResPairMotifs const &motifs) |
| |
| void | sanity_check () const |
| |
| SixDCoordinateBinner const & | hasher () const |
| |
| SixDCoordinateBinner & | hasher () |
| |
| RPM_Type | type () const |
| |
| RM_Type | type1 () const |
| |
| RM_Type | type2 () const |
| |
| bool | check_bounds (Real6 const &rt6) const |
| |
| void | add_motif (Motif const &d) |
| |
| void | add_motif (Motif const &d, Key const &key) |
| |
| void | find_motifs (Key const &k, ResPairMotifs &results) const |
| |
| void | find_motifs (Real6 const &rt, ResPairMotifs &results) const |
| |
| Size | count_motifs (Real6 const &rt) const |
| |
| Size | count_motifs (Key const &k) const |
| |
| void | find_motifs_with_radius (Real6 const &rt, Real radius, utility::vector1< Motif > &results) const |
| |
| XformSummary | get_motif_summary (Real6 const &rt, Real radius, char ss1, char ss2, utility::vector1< Real > score_cuts, char aa1=0, char aa2=0) const |
| |
| Size | num_motifs () |
| |
| Real | cart_size () const |
| |
| Key | bin_index (Real6 const &rt) const |
| |
| Key | bin_index (Motif const &m) const |
| |
| int | get_matching_motifs (ResPairMotifQuery const &opt, MotifHits &hits) const |
| |
| int | get_matching_motifs (ResPairMotifQuery const &opt, MotifHits &hits, MotifHits &newhits) const |
| |
| MotifHits | get_matching_motifs (ResPairMotifQuery const &opt) const |
| |
| KeySet const & | keys () const |
| |
| core::scoring::motif::MotifHash::MotifHash |
( |
| ) |
|
| core::scoring::motif::MotifHash::MotifHash |
( |
Real |
cart_resl, |
|
|
Real |
ang_resl |
|
) |
| |
| core::scoring::motif::MotifHash::MotifHash |
( |
ResPairMotifs const & |
motifs | ) |
|
| void core::scoring::motif::MotifHash::add_motif |
( |
Motif const & |
d | ) |
|
| void core::scoring::motif::MotifHash::add_motif |
( |
Motif const & |
d, |
|
|
Key const & |
key |
|
) |
| |
| MotifHash::Key core::scoring::motif::MotifHash::bin_index |
( |
Real6 const & |
rt | ) |
const |
| Real core::scoring::motif::MotifHash::cart_size |
( |
| ) |
const |
|
inline |
| bool core::scoring::motif::MotifHash::check_bounds |
( |
Real6 const & |
rt6 | ) |
const |
| Size core::scoring::motif::MotifHash::count_motifs |
( |
Real6 const & |
rt | ) |
const |
| Size core::scoring::motif::MotifHash::count_motifs |
( |
Key const & |
k | ) |
const |
| void core::scoring::motif::MotifHash::find_motifs |
( |
Key const & |
k, |
|
|
ResPairMotifs & |
results |
|
) |
| const |
| void core::scoring::motif::MotifHash::find_motifs |
( |
Real6 const & |
rt, |
|
|
ResPairMotifs & |
results |
|
) |
| const |
| void core::scoring::motif::MotifHash::find_motifs_with_radius |
( |
Real6 const & |
rt, |
|
|
Real |
radius, |
|
|
utility::vector1< Motif > & |
results |
|
) |
| const |
References core::scoring::motif::align_motif_pose_super(), core::scoring::motif::angle_distance(), core::scoring::motif::ResPairMotifQuery::auto_clash_, core::pose::Pose::chain(), core::conformation::Residue::chi(), core::scoring::motif::MotifHit::chi_rmsd_, core::scoring::motif::ResPairMotifQuery::clash_check(), core::pose::symmetry::get_component_of_residue(), core::pose::symmetry::get_jump_name_to_subunits(), core::scoring::motif::get_residue_pair_rt6(), core::scoring::motif::ResPairMotifQuery::interface_only(), core::pose::symmetry::is_multicomponent(), core::conformation::Residue::is_protein(), core::pose::symmetry::is_symmetric(), core::scoring::motif::ResPairMotifQuery::match_aa1(), core::scoring::motif::ResPairMotifQuery::match_aa2(), core::scoring::motif::ResPairMotifQuery::match_chi_rmsd(), core::scoring::motif::ResPairMotifQuery::match_radius(), core::scoring::motif::ResPairMotifQuery::match_ss1(), core::scoring::motif::ResPairMotifQuery::max_ca_dis2(), core::scoring::motif::MotifHit::mpose(), core::conformation::Residue::name1(), core::conformation::Residue::nchi(), core::conformation::Residue::nheavyatoms(), core::scoring::motif::NO_OVERLAP, core::scoring::motif::MotifHits::num_hits1(), core::scoring::motif::MotifHits::num_hits2(), core::scoring::motif::ResPairMotifQuery::overlap1(), core::scoring::motif::ResPairMotifQuery::overlap2(), core::scoring::motif::ResPairMotifQuery::pose1(), core::scoring::motif::ResPairMotifQuery::pose1_, core::scoring::motif::ResPairMotifQuery::pose2(), core::scoring::motif::ResPairMotifQuery::pose2_, core::pose::PoseCoordPickMode_BB, core::scoring::motif::MotifHits::push_back(), core::pose::Pose::residue(), core::scoring::motif::RM_BB, core::scoring::motif::RM_PH, core::scoring::motif::RM_PO, core::scoring::motif::RM_SC, core::scoring::motif::MotifHit::rms, core::scoring::motif::RPM_Type_NONE, core::pose::Pose::secstruct(), core::pose::Pose::size(), core::scoring::motif::sqr(), core::pose::symmetry::sym_dof_names(), core::pose::symmetry::symmetry_info(), core::scoring::motif::ResPairMotifQuery::useres1(), core::scoring::motif::ResPairMotifQuery::useres1_, core::scoring::motif::ResPairMotifQuery::useres2(), core::scoring::motif::ResPairMotifQuery::useres2_, and core::pose::Pose::xyz().
| XformSummary core::scoring::motif::MotifHash::get_motif_summary |
( |
Real6 const & |
rt, |
|
|
Real |
radius, |
|
|
char |
ss1, |
|
|
char |
ss2, |
|
|
utility::vector1< Real > |
score_cuts, |
|
|
char |
aa1 = 0, |
|
|
char |
aa2 = 0 |
|
) |
| const |
| KeySet const& core::scoring::motif::MotifHash::keys |
( |
| ) |
const |
|
inline |
| Size core::scoring::motif::MotifHash::num_motifs |
( |
| ) |
|
|
inline |
| void core::scoring::motif::MotifHash::sanity_check |
( |
| ) |
const |
| RPM_Type core::scoring::motif::MotifHash::type |
( |
| ) |
const |
| RM_Type core::scoring::motif::MotifHash::type1 |
( |
| ) |
const |
| RM_Type core::scoring::motif::MotifHash::type2 |
( |
| ) |
const |
| std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
MotifHash const & |
x |
|
) |
| |
|
friend |
| core::Real const core::scoring::motif::MotifHash::angle_resl_ |
| core::Real const core::scoring::motif::MotifHash::cart_resl_ |
| core::Real const core::scoring::motif::MotifHash::cart_size_ |
| KeySet core::scoring::motif::MotifHash::key_set_ |
| MotifMap core::scoring::motif::MotifHash::motif_umap_ |
| RPM_Type core::scoring::motif::MotifHash::type_ |
The documentation for this class was generated from the following files: