|
Rosetta 3.5
|
scores a fragment by its crmsd to the given reference structure More...
#include <GunnCostScore.hh>


Public Member Functions | |
| GunnCostScore (Size, Real, bool, core::pose::PoseOP, utility::vector1< Size >, Size) | |
| creates a crmsd-based scoring function. More... | |
| ~GunnCostScore () | |
| void | do_caching (VallChunkOP) |
| void | clean_up () |
| bool | score (FragmentCandidateOP, FragmentScoreMapOP) |
| bool | cached_score (FragmentCandidateOP, FragmentScoreMapOP) |
| void | computeGunnTuples (core::pose::Pose &, Size, utility::vector1< GunnTuple > &) |
Public Member Functions inherited from protocols::frag_picker::scores::CachingScoringMethod | |
| CachingScoringMethod (Size priority, Real lowest_acceptable_value, bool use_lowest, std::string name) | |
Public Member Functions inherited from protocols::frag_picker::scores::FragmentScoringMethod | |
| 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... | |
Additional Inherited Members | |
Protected Attributes inherited from protocols::frag_picker::scores::FragmentScoringMethod | |
| Size | id_ |
| Size | priority_ |
| std::string | name_ |
| Real | lowest_acceptable_value_ |
| bool | use_lowest_ |
scores a fragment by its crmsd to the given reference structure
Definition at line 40 of file GunnCostScore.hh.
| protocols::frag_picker::scores::GunnCostScore::GunnCostScore | ( | Size | priority, |
| Real | lowest_acceptable_value, | ||
| bool | use_lowest, | ||
| core::pose::PoseOP | reference_pose, | ||
| utility::vector1< Size > | frag_sizes, | ||
| Size | max_chunk_size | ||
| ) |
creates a crmsd-based scoring function.
Definition at line 46 of file GunnCostScore.cc.
References chunk_gunn_data_, computeGunnTuples(), frag_sizes_, max_chunk_size_, n_atoms_, ref_gunn_data_, reference_pose_, and protocols::frag_picker::scores::trGunnScore().
| protocols::frag_picker::scores::GunnCostScore::~GunnCostScore | ( | ) |
Definition at line 44 of file GunnCostScore.cc.
|
virtual |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
Definition at line 111 of file GunnCostScore.cc.
References chunk_gunn_data_, frag_sizes_, gunn_cost_, protocols::frag_picker::scores::FragmentScoringMethod::id_, protocols::frag_picker::scores::FragmentScoringMethod::lowest_acceptable_value_, protocols::frag_picker::scores::GunnTuple::q1, protocols::frag_picker::scores::GunnTuple::q2, protocols::frag_picker::scores::GunnTuple::q3, protocols::frag_picker::scores::GunnTuple::q4, protocols::frag_picker::scores::GunnTuple::q5, protocols::frag_picker::scores::GunnTuple::q6, ref_gunn_data_, score(), protocols::frag_picker::scores::GunnCost::score_tuple(), core::scoring::hbonds::t(), protocols::frag_picker::scores::trGunnScore(), and protocols::frag_picker::scores::FragmentScoringMethod::use_lowest_.
|
virtual |
Implements protocols::frag_picker::scores::CachingScoringMethod.
Definition at line 156 of file GunnCostScore.cc.
| void protocols::frag_picker::scores::GunnCostScore::computeGunnTuples | ( | core::pose::Pose & | pose, |
| Size | frag_size, | ||
| utility::vector1< GunnTuple > & | result | ||
| ) |
Definition at line 101 of file GunnCostScore.cc.
References protocols::frag_picker::scores::GunnCost::compute_gunn(), gunn_cost_, core::pose::Pose::total_residue(), and protocols::frag_picker::scores::trGunnScore().
Referenced by do_caching(), and GunnCostScore().
|
virtual |
Implements protocols::frag_picker::scores::CachingScoringMethod.
Definition at line 92 of file GunnCostScore.cc.
References chunk_gunn_data_, computeGunnTuples(), frag_sizes_, and protocols::frag_picker::scores::trGunnScore().
|
virtual |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
Definition at line 72 of file GunnCostScore.cc.
References protocols::frag_picker::scores::GunnCost::compute_gunn(), gunn_cost_, protocols::frag_picker::scores::FragmentScoringMethod::id_, protocols::frag_picker::scores::FragmentScoringMethod::lowest_acceptable_value_, reference_pose_, protocols::frag_picker::scores::GunnCost::score_tuple(), and protocols::frag_picker::scores::FragmentScoringMethod::use_lowest_.
Referenced by cached_score().
|
private |
Definition at line 62 of file GunnCostScore.hh.
Referenced by cached_score(), do_caching(), and GunnCostScore().
|
private |
Definition at line 59 of file GunnCostScore.hh.
Referenced by cached_score(), do_caching(), and GunnCostScore().
|
private |
Definition at line 63 of file GunnCostScore.hh.
Referenced by cached_score(), computeGunnTuples(), and score().
|
private |
Definition at line 60 of file GunnCostScore.hh.
Referenced by GunnCostScore().
|
private |
Definition at line 57 of file GunnCostScore.hh.
Referenced by GunnCostScore().
|
private |
Definition at line 61 of file GunnCostScore.hh.
Referenced by cached_score(), and GunnCostScore().
|
private |
Definition at line 58 of file GunnCostScore.hh.
Referenced by GunnCostScore(), and score().
1.8.4