![]() |
Rosetta Protocols
2014.35
|
scores a fragment by its DME to the given reference structure More...
#include <FragmentDME.hh>
Public Member Functions | |
FragmentDME (Size, Real, bool, core::pose::PoseOP) | |
creates a DME-based scoring function. More... | |
FragmentDME (Size, Real, bool, utility::vector1< utility::vector1< Real > >) | |
creates a DME-based scoring function. More... | |
~FragmentDME () | |
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 Member Functions | |
void | fill_CA_coords (core::pose::Pose const &, FArray2_double &, Size) |
Private Attributes | |
std::string | cached_scores_id_ |
Size | n_atoms_ |
pose::PoseOP | reference_pose_ |
FArray2D_double | reference_coordinates_ |
FArray2D_double | chunk_coordinates_ |
FArray2D_double | fragment_coordinates_ |
FArray2D_double | frag_pos_coordinates_ |
FArray1D_double | weights_ |
Additional Inherited Members | |
![]() | |
Size | id_ |
Size | priority_ |
std::string | name_ |
Real | lowest_acceptable_value_ |
bool | use_lowest_ |
scores a fragment by its DME to the given reference structure
protocols::frag_picker::scores::FragmentDME::FragmentDME | ( | Size | priority, |
Real | lowest_acceptable_value, | ||
bool | use_lowest, | ||
core::pose::PoseOP | reference_pose | ||
) |
creates a DME-based scoring function.
References fill_CA_coords(), n_atoms_, reference_coordinates_, reference_pose_, core::pose::Pose::total_residue(), and weights_.
protocols::frag_picker::scores::FragmentDME::FragmentDME | ( | Size | priority, |
Real | lowest_acceptable_value, | ||
bool | use_lowest, | ||
utility::vector1< utility::vector1< Real > > | xyz | ||
) |
creates a DME-based scoring function.
References n_atoms_, reference_coordinates_, protocols::frag_picker::scores::trDMEScore, weights_, and protocols::kinmatch::xyz().
protocols::frag_picker::scores::FragmentDME::~FragmentDME | ( | ) |
|
virtual |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
References basic::CA_DME_EVALUATION, cached_scores_id_, chunk_coordinates_, do_caching(), protocols::frag_picker::scores::FragmentScoringMethod::id_, protocols::frag_picker::scores::FragmentScoringMethod::lowest_acceptable_value_, PROF_START, PROF_STOP, reference_coordinates_, and protocols::frag_picker::scores::FragmentScoringMethod::use_lowest_.
|
virtual |
|
virtual |
Implements protocols::frag_picker::scores::CachingScoringMethod.
References protocols::frag_picker::VallChunk::at(), chunk_coordinates_, and protocols::frag_picker::VallChunk::size().
Referenced by cached_score().
|
private |
|
virtual |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
References protocols::frag_picker::VallChunk::at(), basic::CA_DME_EVALUATION, chunk, protocols::frag_picker::scores::FragmentScoringMethod::id_, protocols::frag_picker::scores::FragmentScoringMethod::lowest_acceptable_value_, PROF_START, PROF_STOP, reference_coordinates_, and protocols::frag_picker::scores::FragmentScoringMethod::use_lowest_.
|
private |
Referenced by cached_score().
|
private |
Referenced by cached_score(), and do_caching().
|
private |
|
private |
|
private |
Referenced by FragmentDME().
|
private |
Referenced by cached_score(), FragmentDME(), and score().
|
private |
Referenced by FragmentDME().
|
private |
Referenced by FragmentDME().