|
Rosetta 3.5
|
scores a fragment by its hydrophobicity similarity More...
#include <HydrophobicitySimilarity.hh>


Public Member Functions | |
| HydrophobicitySimilarity (Size priority, Real lowest_acceptable_value, bool use_lowest, std::string &fastaQuerySequence) | |
| creates a hydrophobicity-based scoring function. More... | |
| ~HydrophobicitySimilarity () | |
| 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... | |
Private Attributes | |
| std::string | cached_scores_id_ |
| std::string & | query_ |
Static Private Attributes | |
| static std::map< char, bool > | is_hydrophobic_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::frag_picker::scores::FragmentScoringMethod | |
| Size | id_ |
| Size | priority_ |
| std::string | name_ |
| Real | lowest_acceptable_value_ |
| bool | use_lowest_ |
scores a fragment by its hydrophobicity similarity
Definition at line 37 of file HydrophobicitySimilarity.hh.
|
inline |
creates a hydrophobicity-based scoring function.
Definition at line 41 of file HydrophobicitySimilarity.hh.
References is_hydrophobic_.
|
inline |
Definition at line 93 of file HydrophobicitySimilarity.hh.
|
virtual |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
Definition at line 38 of file HydrophobicitySimilarity.cc.
References score().
|
inlinevirtual |
Implements protocols::frag_picker::scores::CachingScoringMethod.
Definition at line 96 of file HydrophobicitySimilarity.hh.
|
virtual |
Implements protocols::frag_picker::scores::CachingScoringMethod.
Definition at line 31 of file HydrophobicitySimilarity.cc.
|
virtual |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
Definition at line 45 of file HydrophobicitySimilarity.cc.
References protocols::frag_picker::scores::FragmentScoringMethod::id_, is_hydrophobic_, protocols::frag_picker::scores::FragmentScoringMethod::lowest_acceptable_value_, query_, and protocols::frag_picker::scores::FragmentScoringMethod::use_lowest_.
Referenced by cached_score().
|
private |
Definition at line 101 of file HydrophobicitySimilarity.hh.
|
staticprivate |
Definition at line 103 of file HydrophobicitySimilarity.hh.
Referenced by HydrophobicitySimilarity(), and score().
|
private |
Definition at line 102 of file HydrophobicitySimilarity.hh.
Referenced by score().
1.8.4