|
Rosetta 3.5
|
ConstScore adds a constant to the total score for each position. More...
#include <ConstScore.hh>


Public Member Functions | |
| ConstScore (Size priority, Real lowest_acceptable_value, bool use_lowest) | |
| virtual bool | score (FragmentCandidateOP f, FragmentScoreMapOP empty_map) |
| Computes the score i.e. returns a constant times the number of residues in a fragment. More... | |
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... | |
Static Public Attributes | |
| static const int | CONST_SCORE = 1 |
| the value used to score each position More... | |
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_ |
ConstScore adds a constant to the total score for each position.
Definition at line 36 of file ConstScore.hh.
|
inline |
Definition at line 43 of file ConstScore.hh.
|
inlinevirtual |
Computes the score i.e. returns a constant times the number of residues in a fragment.
Implements protocols::frag_picker::scores::FragmentScoringMethod.
Definition at line 51 of file ConstScore.hh.
References CONST_SCORE, and protocols::frag_picker::scores::FragmentScoringMethod::id_.
|
static |
the value used to score each position
Definition at line 41 of file ConstScore.hh.
Referenced by score().
1.8.4