|
Rosetta 3.5
|
BFactor score counts identical residues. More...
#include <BFactor.hh>


Public Member Functions | |
| BFactor (Size priority, Real lowest_acceptable_value, bool use_lowest, std::string &fastaQuerySequence) | |
| bool | score (FragmentCandidateOP f, FragmentScoreMapOP empty_map) |
| bool | describe_score (FragmentCandidateOP f, FragmentScoreMapOP empty_map, std::ostream &out) |
| prints a detailed explanation how a fragment score has been computed 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... | |
Private Attributes | |
| Real | minScoreAllowed_ |
| std::string & | query_ |
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_ |
BFactor score counts identical residues.
Definition at line 35 of file BFactor.hh.
|
inline |
Definition at line 38 of file BFactor.hh.
| bool protocols::frag_picker::scores::BFactor::describe_score | ( | FragmentCandidateOP | f, |
| FragmentScoreMapOP | empty_map, | ||
| std::ostream & | out | ||
| ) |
prints a detailed explanation how a fragment score has been computed
Definition at line 48 of file BFactor.cc.
References protocols::frag_picker::scores::FragmentScoringMethod::id_, protocols::frag_picker::scores::FragmentScoringMethod::lowest_acceptable_value_, and protocols::frag_picker::scores::FragmentScoringMethod::use_lowest_.
|
virtual |
Implements protocols::frag_picker::scores::FragmentScoringMethod.
Definition at line 31 of file BFactor.cc.
References protocols::frag_picker::scores::FragmentScoringMethod::id_, protocols::frag_picker::scores::FragmentScoringMethod::lowest_acceptable_value_, and protocols::frag_picker::scores::FragmentScoringMethod::use_lowest_.
|
private |
Definition at line 52 of file BFactor.hh.
|
private |
Definition at line 53 of file BFactor.hh.
1.8.4