|
Rosetta 3.5
|
a fragment candidate More...
#include <ProfileScoreDistWeight.hh>


Public Member Functions | |
| ProfileScoreDistWeight (Size priority, Real lowest_acceptable_value, bool use_lowest, sequence::SequenceProfileOP query_profile, core::fragment::SecondaryStructureOP query_ss_prediction, std::string query_sequence, Size longest_vall_chunk) | |
| void | do_caching (VallChunkOP) |
| void | clean_up () |
| bool | cached_score (FragmentCandidateOP, FragmentScoreMapOP) |
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 | |
| void | clear () |
Private Attributes | |
| utility::vector1 < utility::vector1 < utility::vector1< Real > > > | distance_weights_ |
| std::string | query_sequence_ |
| std::map< char, Size > | ss_type_map_ |
| std::map< char, Size > | aa_order_map_ |
| sequence::SequenceProfileOP | query_profile_ |
| core::fragment::SecondaryStructureOP | query_ss_ |
| std::string | cached_scores_id_ |
a fragment candidate
Definition at line 43 of file ProfileScoreDistWeight.hh.
|
inline |
Definition at line 46 of file ProfileScoreDistWeight.hh.
References aa_order_map_, distance_weights_, query_profile_, query_sequence_, query_ss_, scores_, and ss_type_map_.
|
virtual |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
Definition at line 118 of file ProfileScoreDistWeight.cc.
|
inlinevirtual |
Implements protocols::frag_picker::scores::CachingScoringMethod.
Definition at line 149 of file ProfileScoreDistWeight.hh.
|
private |
|
virtual |
Implements protocols::frag_picker::scores::CachingScoringMethod.
Definition at line 51 of file ProfileScoreDistWeight.cc.
References protocols::frag_picker::scores::trProfScoreDistWeight().
|
private |
Definition at line 163 of file ProfileScoreDistWeight.hh.
Referenced by ProfileScoreDistWeight().
|
private |
Definition at line 167 of file ProfileScoreDistWeight.hh.
|
private |
Definition at line 158 of file ProfileScoreDistWeight.hh.
Referenced by ProfileScoreDistWeight().
|
private |
Definition at line 165 of file ProfileScoreDistWeight.hh.
Referenced by ProfileScoreDistWeight().
|
private |
Definition at line 160 of file ProfileScoreDistWeight.hh.
Referenced by ProfileScoreDistWeight().
|
private |
Definition at line 166 of file ProfileScoreDistWeight.hh.
Referenced by ProfileScoreDistWeight().
|
protected |
Definition at line 155 of file ProfileScoreDistWeight.hh.
Referenced by ProfileScoreDistWeight().
|
private |
Definition at line 162 of file ProfileScoreDistWeight.hh.
Referenced by ProfileScoreDistWeight().
1.8.4