Rosetta  2020.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
protocols::frag_picker::scores::BFactor Class Reference

BFactor score counts identical residues. More...

#include <BFactor.hh>

Inheritance diagram for protocols::frag_picker::scores::BFactor:
Inheritance graph
[legend]

Public Member Functions

 BFactor (core::Size priority, core::Real lowest_acceptable_value, bool use_lowest, std::string &)
 
bool score (FragmentCandidateOP f, FragmentScoreMapOP empty_map) override
 
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 (core::Size priority, core::Real lowest_acceptable_value, bool use_lowest, std::string name)
 
std::string & get_score_name ()
 Returns a name of this scoring method. More...
 
core::Size get_id ()
 Returns an integer index assigned to this scoring method by a scoring manager. More...
 
void set_id (core::Size id)
 Sets a new integer index for this scoring method. More...
 
core::Size get_priority ()
 Returns a priority of this scoring method. More...
 
core::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 (core::Real lowest_acceptable_value)
 Sets a new value of the lowest acceptable score. More...
 

Additional Inherited Members

- Protected Attributes inherited from protocols::frag_picker::scores::FragmentScoringMethod
core::Size id_
 
core::Size priority_
 
std::string name_
 
core::Real lowest_acceptable_value_
 
bool use_lowest_
 

Detailed Description

BFactor score counts identical residues.

Resulting score is the number of identical residues on corresponding positions in a vall fragment and a query sequence

Constructor & Destructor Documentation

protocols::frag_picker::scores::BFactor::BFactor ( core::Size  priority,
core::Real  lowest_acceptable_value,
bool  use_lowest,
std::string &   
)
inline

Member Function Documentation

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

besides extensive output, the method should return the same result as score()

References core::chemical::element::I.

bool protocols::frag_picker::scores::BFactor::score ( FragmentCandidateOP  f,
FragmentScoreMapOP  empty_map 
)
overridevirtual

The documentation for this class was generated from the following files: