Rosetta 3.4
|
scores a fragment by its crmsd to the given reference structure More...
#include <FragmentCrmsdResDepth.hh>
Public Member Functions | |
FragmentCrmsdResDepth (Size, Real, bool, core::pose::PoseOP, utility::vector1< core::Real > &query_residue_depth) | |
creates a crmsd-based scoring function. | |
FragmentCrmsdResDepth (Size, Real, bool, utility::vector1< utility::vector1< Real > >, utility::vector1< core::Real > &query_residue_depth) | |
creates a crmsd-based scoring function. | |
~FragmentCrmsdResDepth () | |
void | do_caching (VallChunkOP) |
void | clean_up () |
bool | score (FragmentCandidateOP, FragmentScoreMapOP) |
bool | cached_score (FragmentCandidateOP, FragmentScoreMapOP) |
scores a fragment by its crmsd to the given reference structure
protocols::frag_picker::scores::FragmentCrmsdResDepth::FragmentCrmsdResDepth | ( | Size | priority, |
Real | lowest_acceptable_value, | ||
bool | use_lowest, | ||
core::pose::PoseOP | reference_pose, | ||
utility::vector1< core::Real > & | query_residue_depth | ||
) |
creates a crmsd-based scoring function.
protocols::frag_picker::scores::FragmentCrmsdResDepth::FragmentCrmsdResDepth | ( | Size | priority, |
Real | lowest_acceptable_value, | ||
bool | use_lowest, | ||
utility::vector1< utility::vector1< Real > > | xyz, | ||
utility::vector1< core::Real > & | query_residue_depth | ||
) |
creates a crmsd-based scoring function.
References make_table_of_pilot_apps::d, protocols::frag_picker::scores::trRmsScore(), and protocols::kinmatch::xyz().
protocols::frag_picker::scores::FragmentCrmsdResDepth::~FragmentCrmsdResDepth | ( | ) |
bool protocols::frag_picker::scores::FragmentCrmsdResDepth::cached_score | ( | FragmentCandidateOP | fragment, |
FragmentScoreMapOP | scores | ||
) | [virtual] |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
References make_table_of_pilot_apps::d, do_caching(), protocols::frag_picker::scores::FragmentScoringMethod::id_, protocols::frag_picker::scores::FragmentScoringMethod::lowest_acceptable_value_, core::scoring::rms, and protocols::frag_picker::scores::FragmentScoringMethod::use_lowest_.
void protocols::frag_picker::scores::FragmentCrmsdResDepth::clean_up | ( | ) | [virtual] |
void protocols::frag_picker::scores::FragmentCrmsdResDepth::do_caching | ( | VallChunkOP | current_chunk | ) | [virtual] |
Implements protocols::frag_picker::scores::CachingScoringMethod.
Referenced by cached_score().
bool protocols::frag_picker::scores::FragmentCrmsdResDepth::score | ( | FragmentCandidateOP | f, |
FragmentScoreMapOP | empty_map | ||
) | [virtual] |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
References protocols::frag_picker::scores::FragmentScoringMethod::id_, protocols::frag_picker::scores::FragmentScoringMethod::lowest_acceptable_value_, core::scoring::rms, and protocols::frag_picker::scores::FragmentScoringMethod::use_lowest_.