![]() |
Rosetta
2021.16
|
scores a fragment by torsion bin similarity More...
#include <TorsionBinSimilarity.hh>

Public Member Functions | |
| TorsionBinSimilarity (core::Size priority, core::Real lowest_acceptable_value, bool use_lowest, utility::vector1< utility::vector1< core::Real > > query_bin_probs, core::Size sequence_length, core::Size longest_vall_chunk) | |
| void | do_caching (VallChunkOP) override |
| void | clean_up () override |
| bool | cached_score (FragmentCandidateOP, FragmentScoreMapOP) override |
| Computes the score. More... | |
Public Member Functions inherited from protocols::frag_picker::scores::CachingScoringMethod | |
| CachingScoringMethod (core::Size priority, core::Real lowest_acceptable_value, bool use_lowest, std::string name) | |
| bool | score (FragmentCandidateOP, FragmentScoreMapOP) override |
Public Member Functions inherited from protocols::frag_picker::scores::FragmentScoringMethod | |
| FragmentScoringMethod (core::Size priority, core::Real lowest_acceptable_value, bool use_lowest, std::string name) | |
| std::string & | get_score_name () |
| Returns a name of this scoring method. More... | |
| core::Size | get_id () |
| Returns an integer index assigned to this scoring method by a scoring manager. More... | |
| void | set_id (core::Size id) |
| Sets a new integer index for this scoring method. More... | |
| core::Size | get_priority () |
| Returns a priority of this scoring method. More... | |
| core::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 (core::Real lowest_acceptable_value) |
| Sets a new value of the lowest acceptable score. More... | |
Protected Attributes | |
| Matrix | scores_ |
Protected Attributes inherited from protocols::frag_picker::scores::FragmentScoringMethod | |
| core::Size | id_ |
| core::Size | priority_ |
| std::string | name_ |
| core::Real | lowest_acceptable_value_ |
| bool | use_lowest_ |
Private Member Functions | |
| char | torsion2big_bin_ (core::Real const phi, core::Real const psi, core::Real const omega) const |
| core::Size | bin_index_ (char const bin_name) const |
Private Attributes | |
| std::string | name_ |
| core::Size | query_len_ |
| utility::vector1 < utility::vector1< core::Real > > | query_bin_probs_ |
| std::string | cached_scores_id_ |
scores a fragment by torsion bin similarity
|
inline |
References query_len_, and scores_.
|
private |
Referenced by do_caching().
|
overridevirtual |
Computes the score.
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
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_.
|
inlineoverridevirtual |
|
overridevirtual |
Implements protocols::frag_picker::scores::CachingScoringMethod.
References bin_index_(), cached_scores_id_, core::scoring::omega, query_bin_probs_, query_len_, scores_, torsion2big_bin_(), and protocols::frag_picker::scores::tr().
Referenced by cached_score().
|
private |
Referenced by do_caching().
|
private |
Referenced by cached_score(), and do_caching().
|
private |
|
private |
Referenced by do_caching().
|
private |
Referenced by do_caching(), and TorsionBinSimilarity().
|
protected |
Referenced by cached_score(), do_caching(), and TorsionBinSimilarity().
1.8.7