a fragment candidate
More...
#include <ProfileScore.hh>
|
| 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) |
|
| CachingScoringMethod (Size priority, Real lowest_acceptable_value, bool use_lowest, std::string name) |
|
virtual bool | score (FragmentCandidateOP fragment, FragmentScoreMapOP scores) |
|
| 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...
|
|
protocols::frag_picker::scores::ProfileScore::~ProfileScore |
( |
| ) |
|
void protocols::frag_picker::scores::ProfileScore::clean_up |
( |
| ) |
|
|
inlinevirtual |
void protocols::frag_picker::scores::ProfileScore::clear |
( |
| ) |
|
|
private |
void protocols::frag_picker::scores::ProfileScore::do_caching |
( |
VallChunkOP |
chunk | ) |
|
|
virtual |
std::string protocols::frag_picker::scores::ProfileScore::cached_scores_id_ |
|
private |
Matrix protocols::frag_picker::scores::ProfileScore::scores_ |
|
protected |
The documentation for this class was generated from the following files: