Rosetta 3.4
|
scores a fragment by the JCouplings More...
#include <JCoupling.hh>
Public Member Functions | |
JCoupling (Size, Real, bool, JCouplingIO &) | |
creates a | |
void | do_caching (VallChunkOP) |
void | clean_up () |
bool | cached_score (FragmentCandidateOP, FragmentScoreMapOP) |
bool | score (FragmentCandidateOP, FragmentScoreMapOP) |
scores a fragment by the JCouplings
protocols::frag_picker::scores::JCoupling::JCoupling | ( | Size | priority, |
Real | lowest_acceptable_value, | ||
bool | use_lowest, | ||
JCouplingIO & | reader | ||
) |
creates a
References protocols::frag_picker::JCouplingIO::get_length(), and protocols::frag_picker::JCouplingIO::get_parameters().
bool protocols::frag_picker::scores::JCoupling::cached_score | ( | FragmentCandidateOP | fragment, |
FragmentScoreMapOP | scores | ||
) | [virtual] |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
References score().
void protocols::frag_picker::scores::JCoupling::clean_up | ( | ) | [virtual] |
void protocols::frag_picker::scores::JCoupling::do_caching | ( | VallChunkOP | current_chunk | ) | [virtual] |
bool protocols::frag_picker::scores::JCoupling::score | ( | FragmentCandidateOP | fragment, |
FragmentScoreMapOP | scores | ||
) | [virtual] |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
References protocols::frag_picker::JCouplingIO::get_data(), protocols::frag_picker::scores::FragmentScoringMethod::id_, protocols::frag_picker::scores::FragmentScoringMethod::lowest_acceptable_value_, and protocols::frag_picker::scores::FragmentScoringMethod::use_lowest_.
Referenced by cached_score().