Rosetta
|
scores a fragment by its crmsd to the given reference structure More...
#include <RDCScore.hh>
Public Member Functions | |
RDCScore (core::Size, core::Real, bool) | |
creates a RDC-based scoring function. More... | |
void | do_caching (VallChunkOP) override |
void | clean_up () override |
bool | cached_score (FragmentCandidateOP, FragmentScoreMapOP) override |
bool | score (FragmentCandidateOP, FragmentScoreMapOP) override |
![]() | |
CachingScoringMethod (core::Size priority, core::Real lowest_acceptable_value, bool use_lowest, std::string name) | |
![]() | |
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 | |
core::scoring::ResidualDipolarCouplingOP | rdc_file_ |
core::scoring::ResidualDipolarCoupling::RDC_lines | rdc_raw_data_ |
Additional Inherited Members | |
![]() | |
core::Size | id_ |
core::Size | priority_ |
std::string | name_ |
core::Real | lowest_acceptable_value_ |
bool | use_lowest_ |
scores a fragment by its crmsd to the given reference structure
protocols::frag_picker::scores::RDCScore::RDCScore | ( | core::Size | priority, |
core::Real | lowest_acceptable_value, | ||
bool | use_lowest | ||
) |
creates a RDC-based scoring function.
References rdc_file_, and rdc_raw_data_.
|
overridevirtual |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
References score().
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
References protocols::frag_picker::scores::FragmentScoringMethod::id_, protocols::frag_picker::scores::FragmentScoringMethod::lowest_acceptable_value_, core::pose::make_pose_from_sequence(), rdc_raw_data_, core::pose::Pose::set_omega(), core::pose::Pose::set_phi(), core::pose::Pose::set_psi(), core::scoring::store_RDC_in_pose(), and protocols::frag_picker::scores::FragmentScoringMethod::use_lowest_.
Referenced by cached_score().
|
private |
Referenced by RDCScore().
|
private |
Referenced by RDCScore(), and score().