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


Public Member Functions | |
| ProfileScoreSubMatrix (Size priority, Real lowest_acceptable_value, bool use_lowest, std::string sequence, Size longest_vall_chunk, std::string subMatrixFile) | |
| ~ProfileScoreSubMatrix () | |
| void | do_caching (VallChunkOP) |
| void | clean_up () |
| bool | score (FragmentCandidateOP, FragmentScoreMapOP) |
| 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) | |
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 | |
| std::string | sequence_ |
| std::string | subMatrixFile_ |
| utility::vector1 < utility::vector1< Real > > | sub_matrix_ |
| std::string | cached_scores_id_ |
a fragment candidate
Definition at line 36 of file ProfileScoreSubMatrix.hh.
| protocols::frag_picker::scores::ProfileScoreSubMatrix::ProfileScoreSubMatrix | ( | Size | priority, |
| Real | lowest_acceptable_value, | ||
| bool | use_lowest, | ||
| std::string | sequence, | ||
| Size | longest_vall_chunk, | ||
| std::string | subMatrixFile | ||
| ) |
Definition at line 57 of file ProfileScoreSubMatrix.cc.
References core::sequence::MatrixScoringScheme::read_from_file(), scores_, core::sequence::MatrixScoringScheme::scoring_matrix(), sequence_, sub_matrix_, and subMatrixFile_.
| protocols::frag_picker::scores::ProfileScoreSubMatrix::~ProfileScoreSubMatrix | ( | ) |
Definition at line 55 of file ProfileScoreSubMatrix.cc.
|
virtual |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
Definition at line 116 of file ProfileScoreSubMatrix.cc.
References cached_scores_id_, do_caching(), protocols::frag_picker::scores::FragmentScoringMethod::id_, protocols::frag_picker::scores::FragmentScoringMethod::lowest_acceptable_value_, scores_, and protocols::frag_picker::scores::FragmentScoringMethod::use_lowest_.
Referenced by score().
|
inlinevirtual |
Implements protocols::frag_picker::scores::CachingScoringMethod.
Definition at line 43 of file ProfileScoreSubMatrix.hh.
|
private |
|
virtual |
Implements protocols::frag_picker::scores::CachingScoringMethod.
Definition at line 83 of file ProfileScoreSubMatrix.cc.
References core::chemical::aa_from_oneletter_code(), cached_scores_id_, scores_, sequence_, sub_matrix_, and protocols::frag_picker::scores::trProfScoreSubMatrix().
Referenced by cached_score().
|
virtual |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
Definition at line 141 of file ProfileScoreSubMatrix.cc.
References cached_score().
|
private |
Definition at line 56 of file ProfileScoreSubMatrix.hh.
Referenced by cached_score(), and do_caching().
|
protected |
Definition at line 49 of file ProfileScoreSubMatrix.hh.
Referenced by cached_score(), do_caching(), and ProfileScoreSubMatrix().
|
private |
Definition at line 52 of file ProfileScoreSubMatrix.hh.
Referenced by do_caching(), and ProfileScoreSubMatrix().
|
private |
Definition at line 55 of file ProfileScoreSubMatrix.hh.
Referenced by do_caching(), and ProfileScoreSubMatrix().
|
private |
Definition at line 53 of file ProfileScoreSubMatrix.hh.
Referenced by ProfileScoreSubMatrix().
1.8.4