![]() |
Rosetta
2021.16
|
scores a fragment by the JCouplings More...
#include <JCoupling.hh>

Public Member Functions | |
| JCoupling (core::Size, core::Real, bool, JCouplingIO &) | |
| creates a More... | |
| void | do_caching (VallChunkOP) override |
| void | clean_up () override |
| bool | cached_score (FragmentCandidateOP, FragmentScoreMapOP) override |
| bool | score (FragmentCandidateOP, FragmentScoreMapOP) override |
Public Member Functions inherited from protocols::frag_picker::scores::CachingScoringMethod | |
| CachingScoringMethod (core::Size priority, core::Real lowest_acceptable_value, bool use_lowest, std::string name) | |
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... | |
Private Attributes | |
| JCouplingIO | data_ |
| core::Size | len_ |
| core::Real | A_ |
| core::Real | B_ |
| core::Real | C_ |
| core::Real | THETA_ |
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_ |
scores a fragment by the JCouplings
| protocols::frag_picker::scores::JCoupling::JCoupling | ( | core::Size | priority, |
| core::Real | lowest_acceptable_value, | ||
| bool | use_lowest, | ||
| JCouplingIO & | reader | ||
| ) |
creates a
References A_, B_, C_, data_, protocols::frag_picker::JCouplingIO::get_length(), protocols::frag_picker::JCouplingIO::get_parameters(), len_, and THETA_.
|
overridevirtual |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
References score().
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
References A_, B_, C_, data_, protocols::frag_picker::JCouplingIO::get_data(), protocols::frag_picker::scores::FragmentScoringMethod::id_, protocols::frag_picker::scores::FragmentScoringMethod::lowest_acceptable_value_, THETA_, protocols::frag_picker::scores::FragmentScoringMethod::use_lowest_, and protocols::hybridization::val.
Referenced by cached_score().
|
private |
Referenced by JCoupling(), and score().
|
private |
Referenced by JCoupling(), and score().
|
private |
Referenced by JCoupling(), and score().
|
private |
Referenced by JCoupling(), and score().
|
private |
Referenced by JCoupling().
|
private |
Referenced by JCoupling(), and score().
1.8.7