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


Public Member Functions | |
| ProfileScore (Size priority, Real lowest_acceptable_value, bool use_lowest, sequence::SequenceProfileOP query_profile, sequence::ScoringSchemeOP profile_scoring, Size longest_vall_chunk) | |
| ~ProfileScore () | |
| void | do_caching (VallChunkOP) |
| void | clean_up () |
| bool | cached_score (FragmentCandidateOP, FragmentScoreMapOP) |
| bool | describe_score (FragmentCandidateOP f, FragmentScoreMapOP empty_map, std::ostream &out) |
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 | |
| sequence::SequenceProfileOP | query_profile_ |
| sequence::ScoringSchemeOP | profile_scoring_ |
| std::string | cached_scores_id_ |
a fragment candidate
Definition at line 39 of file ProfileScore.hh.
|
inline |
Definition at line 42 of file ProfileScore.hh.
References profile_scoring_, query_profile_, and scores_.
| protocols::frag_picker::scores::ProfileScore::~ProfileScore | ( | ) |
Definition at line 55 of file ProfileScore.cc.
|
virtual |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
Definition at line 80 of file ProfileScore.cc.
|
inlinevirtual |
Implements protocols::frag_picker::scores::CachingScoringMethod.
Reimplemented in protocols::frag_picker::scores::ScoreEValuator.
Definition at line 58 of file ProfileScore.hh.
Referenced by protocols::frag_picker::scores::ScoreEValuator::clean_up().
|
private |
| bool protocols::frag_picker::scores::ProfileScore::describe_score | ( | FragmentCandidateOP | f, |
| FragmentScoreMapOP | empty_map, | ||
| std::ostream & | out | ||
| ) |
Definition at line 103 of file ProfileScore.cc.
|
virtual |
Implements protocols::frag_picker::scores::CachingScoringMethod.
Reimplemented in protocols::frag_picker::scores::ScoreEValuator.
Definition at line 57 of file ProfileScore.cc.
References protocols::frag_picker::scores::trProfScore().
Referenced by protocols::frag_picker::scores::ScoreEValuator::do_caching().
|
private |
Definition at line 70 of file ProfileScore.hh.
|
private |
Definition at line 69 of file ProfileScore.hh.
Referenced by ProfileScore().
|
private |
Definition at line 68 of file ProfileScore.hh.
Referenced by ProfileScore().
|
protected |
Definition at line 65 of file ProfileScore.hh.
Referenced by ProfileScore().
1.8.4