|
Rosetta 3.5
|
scores a fragment by torsion bin similarity More...
#include <TorsionBinSimilarity.hh>


Public Member Functions | |
| TorsionBinSimilarity (Size priority, Real lowest_acceptable_value, bool use_lowest, utility::vector1< utility::vector1< core::Real > > query_bin_probs, Size sequence_length, Size longest_vall_chunk) | |
| void | do_caching (VallChunkOP) |
| void | clean_up () |
| virtual bool | cached_score (FragmentCandidateOP, FragmentScoreMapOP) |
| Computes the score. More... | |
Public Member Functions inherited from protocols::frag_picker::scores::CachingScoringMethod | |
| CachingScoringMethod (Size priority, Real lowest_acceptable_value, bool use_lowest, std::string name) | |
| virtual bool | score (FragmentCandidateOP fragment, FragmentScoreMapOP scores) |
Public Member Functions inherited from protocols::frag_picker::scores::FragmentScoringMethod | |
| FragmentScoringMethod (Size priority, Real lowest_acceptable_value, bool use_lowest, std::string name) | |
| std::string & | get_score_name () |
| Returns a name of this scoring method. More... | |
| Size | get_id () |
| Returns an integer index assigned to this scoring method by a scoring manager. More... | |
| void | set_id (Size id) |
| Sets a new integer index for this scoring method. More... | |
| Size | get_priority () |
| Returns a priority of this scoring method. More... | |
| Real | get_min_allowed_score () |
| Returns the lowest acceptable score value for this scoring method. More... | |
| bool | get_use_lowest () |
| Returns the boolean choice on using the above lowest acceptable score value. More... | |
| void | set_min_allowed_score (Real lowest_acceptable_value) |
| Sets a new value of the lowest acceptable score. More... | |
Protected Attributes | |
| Matrix | scores_ |
Private Member Functions | |
| char | torsion2big_bin_ (core::Real const phi, core::Real const psi, core::Real const omega) const |
| Size | bin_index_ (char const bin_name) const |
Private Attributes | |
| std::string | name_ |
| Size | query_len_ |
| utility::vector1 < utility::vector1< core::Real > > | query_bin_probs_ |
| std::string | cached_scores_id_ |
scores a fragment by torsion bin similarity
Definition at line 41 of file TorsionBinSimilarity.hh.
|
inline |
Definition at line 44 of file TorsionBinSimilarity.hh.
References query_len_, and scores_.
|
private |
Definition at line 113 of file TorsionBinSimilarity.cc.
Referenced by do_caching().
|
virtual |
Computes the score.
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
Definition at line 63 of file TorsionBinSimilarity.cc.
References cached_scores_id_, do_caching(), protocols::frag_picker::scores::FragmentScoringMethod::id_, protocols::frag_picker::scores::FragmentScoringMethod::lowest_acceptable_value_, scores_, core::scoring::total_score, and protocols::frag_picker::scores::FragmentScoringMethod::use_lowest_.
|
inlinevirtual |
Implements protocols::frag_picker::scores::CachingScoringMethod.
Definition at line 67 of file TorsionBinSimilarity.hh.
|
virtual |
Implements protocols::frag_picker::scores::CachingScoringMethod.
Definition at line 38 of file TorsionBinSimilarity.cc.
References bin_index_(), cached_scores_id_, core::scoring::omega, protocols::swa::phi(), protocols::swa::psi(), query_bin_probs_, query_len_, scores_, torsion2big_bin_(), and protocols::frag_picker::scores::tr().
Referenced by cached_score().
|
private |
Definition at line 90 of file TorsionBinSimilarity.cc.
Referenced by do_caching().
|
private |
Definition at line 88 of file TorsionBinSimilarity.hh.
Referenced by cached_score(), and do_caching().
|
private |
Definition at line 85 of file TorsionBinSimilarity.hh.
|
private |
Definition at line 87 of file TorsionBinSimilarity.hh.
Referenced by do_caching().
|
private |
Definition at line 86 of file TorsionBinSimilarity.hh.
Referenced by do_caching(), and TorsionBinSimilarity().
|
protected |
Definition at line 82 of file TorsionBinSimilarity.hh.
Referenced by cached_score(), do_caching(), and TorsionBinSimilarity().
1.8.4