![]() |
Rosetta Protocols
2014.35
|
scores a fragment by the root mean square deviation of Phi and Psi angles. More...
#include <PCS_FragDistance.hh>
Public Member Functions | |
PCS_FragDistance (Size priority, Real lowest_acceptable_value, bool use_lowest, ObjexxFCL::FArray2D_double target_ca_dev, ObjexxFCL::FArray2D_double target_ca_dist, Size largest_fragment, Size max_length) | |
creates a Calpha distance based scoring function. More... | |
void | do_caching (VallChunkOP) |
void | clean_up () |
bool | score (FragmentCandidateOP, FragmentScoreMapOP) |
bool | cached_score (FragmentCandidateOP, FragmentScoreMapOP) |
![]() | |
CachingScoringMethod (Size priority, Real lowest_acceptable_value, bool use_lowest, std::string name) | |
![]() | |
FragmentScoringMethod (Size priority, Real lowest_acceptable_value, bool use_lowest, std::string name) | |
std::string & | get_score_name () |
Returns a name of this scoring method. More... | |
Size | get_id () |
Returns an integer index assigned to this scoring method by a scoring manager. More... | |
void | set_id (Size id) |
Sets a new integer index for this scoring method. More... | |
Size | get_priority () |
Returns a priority of this scoring method. More... | |
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 (Real lowest_acceptable_value) |
Sets a new value of the lowest acceptable score. More... | |
Private Attributes | |
Size | n_res_ |
std::string | cached_scores_id_ |
ObjexxFCL::FArray2D_double | chunk_ca_distances_ |
ObjexxFCL::FArray2D_double | target_ca_dev_ |
ObjexxFCL::FArray2D_double | target_ca_dist_ |
Size | largest_fragment_ |
Size | max_length_ |
Additional Inherited Members | |
![]() | |
Size | id_ |
Size | priority_ |
std::string | name_ |
Real | lowest_acceptable_value_ |
bool | use_lowest_ |
protocols::frag_picker::scores::PCS_FragDistance::PCS_FragDistance | ( | Size | priority, |
Real | lowest_acceptable_value, | ||
bool | use_lowest, | ||
ObjexxFCL::FArray2D_double | target_ca_dev, | ||
ObjexxFCL::FArray2D_double | target_ca_dist, | ||
Size | largest_fragment, | ||
Size | max_length | ||
) |
creates a Calpha distance based scoring function.
|
virtual |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
References cached_scores_id_, chunk_ca_distances_, do_caching(), protocols::frag_picker::scores::FragmentScoringMethod::id_, protocols::frag_picker::scores::FragmentScoringMethod::lowest_acceptable_value_, max_length_, n_res_, score(), target_ca_dev_, target_ca_dist_, and protocols::frag_picker::scores::FragmentScoringMethod::use_lowest_.
Referenced by score().
|
virtual |
|
virtual |
Implements protocols::frag_picker::scores::CachingScoringMethod.
References protocols::frag_picker::VallChunk::at(), chunk_ca_distances_, distance(), largest_fragment_, n_res_, and protocols::frag_picker::VallChunk::size().
Referenced by cached_score().
|
virtual |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
References cached_score().
Referenced by cached_score().
|
private |
Referenced by cached_score().
|
private |
Referenced by cached_score(), and do_caching().
|
private |
Referenced by do_caching().
|
private |
Referenced by cached_score().
|
private |
Referenced by cached_score(), and do_caching().
|
private |
Referenced by cached_score().
|
private |
Referenced by cached_score().