Rosetta 3.4
|
scores a fragment by the root mean square deviation of Phi and Psi angles. More...
#include <MidPhiOut.hh>
Public Member Functions | |
MidPhiOut (Size priority, Real lowest_acceptable_value, bool use_lowest) | |
creates a Phi-Psi-based scoring function. | |
void | do_caching (VallChunkOP) |
void | clean_up () |
bool | score (FragmentCandidateOP, FragmentScoreMapOP) |
bool | cached_score (FragmentCandidateOP, FragmentScoreMapOP) |
protocols::frag_picker::scores::MidPhiOut::MidPhiOut | ( | Size | priority, |
Real | lowest_acceptable_value, | ||
bool | use_lowest | ||
) |
creates a Phi-Psi-based scoring function.
bool protocols::frag_picker::scores::MidPhiOut::cached_score | ( | FragmentCandidateOP | fragment, |
FragmentScoreMapOP | scores | ||
) | [virtual] |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
References do_caching(), protocols::frag_picker::scores::FragmentScoringMethod::id_, and protocols::swa::phi().
Referenced by score().
void protocols::frag_picker::scores::MidPhiOut::clean_up | ( | ) | [virtual] |
void protocols::frag_picker::scores::MidPhiOut::do_caching | ( | VallChunkOP | current_chunk | ) | [virtual] |
Implements protocols::frag_picker::scores::CachingScoringMethod.
Referenced by cached_score().
bool protocols::frag_picker::scores::MidPhiOut::score | ( | FragmentCandidateOP | fragment, |
FragmentScoreMapOP | scores | ||
) | [virtual] |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
References cached_score().