a fragment candidate
More...
#include <ProfileScoreDistWeight.hh>
|
| | 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) |
| |
| | 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...
|
| |
References aa_order_map_, distance_weights_, getline(), query_profile_, query_sequence_, query_ss_, scores_, ss1, ss2, ss_type_map_, and utility_exit_with_message.
| void protocols::frag_picker::scores::ProfileScoreDistWeight::clean_up |
( |
| ) |
|
|
inlinevirtual |
| void protocols::frag_picker::scores::ProfileScoreDistWeight::clear |
( |
| ) |
|
|
private |
| void protocols::frag_picker::scores::ProfileScoreDistWeight::do_caching |
( |
VallChunkOP |
chunk | ) |
|
|
virtual |
Implements protocols::frag_picker::scores::CachingScoringMethod.
References protocols::frag_picker::VallChunk::at(), protocols::frag_picker::VallChunk::chunk_key(), basic::FRAGMENTPICKING_PROFILE_CAHING, protocols::frag_picker::VallChunk::get_pdb_id(), j, PROF_START, PROF_STOP, s, score, protocols::frag_picker::VallChunk::size(), and protocols::frag_picker::scores::trProfScoreDistWeight.
| std::map<char,Size> protocols::frag_picker::scores::ProfileScoreDistWeight::aa_order_map_ |
|
private |
| std::string protocols::frag_picker::scores::ProfileScoreDistWeight::cached_scores_id_ |
|
private |
| std::string protocols::frag_picker::scores::ProfileScoreDistWeight::query_sequence_ |
|
private |
| Matrix protocols::frag_picker::scores::ProfileScoreDistWeight::scores_ |
|
protected |
| std::map<char,Size> protocols::frag_picker::scores::ProfileScoreDistWeight::ss_type_map_ |
|
private |
The documentation for this class was generated from the following files: