|
Rosetta 3.5
|
#include <GunnCost.hh>

Public Member Functions | |
| GunnCost () | |
| GunnCost (core::Real cutoff) | |
| ~GunnCost () | |
| void | compute_gunn (core::pose::Pose const &pose, core::Size begin, core::Size end, GunnTuple &data) |
| core::Real | score_tuple (GunnTuple const &g1, GunnTuple const &g2) |
Private Attributes | |
| Real | cutoff_ |
Definition at line 53 of file GunnCost.hh.
|
inline |
Definition at line 55 of file GunnCost.hh.
|
inline |
Definition at line 56 of file GunnCost.hh.
|
inline |
Definition at line 57 of file GunnCost.hh.
| void protocols::frag_picker::scores::GunnCost::compute_gunn | ( | core::pose::Pose const & | pose, |
| core::Size | begin, | ||
| core::Size | end, | ||
| GunnTuple & | data | ||
| ) |
Definition at line 46 of file GunnCost.cc.
References core::sequence::end, 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, core::pose::Pose::residue_type(), and core::pose::Pose::xyz().
Referenced by protocols::frag_picker::scores::GunnCostScore::computeGunnTuples(), and protocols::frag_picker::scores::GunnCostScore::score().
| Real protocols::frag_picker::scores::GunnCost::score_tuple | ( | GunnTuple const & | g1, |
| GunnTuple const & | g2 | ||
| ) |
Definition at line 121 of file GunnCost.cc.
References 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, and protocols::frag_picker::scores::GunnTuple::q6.
Referenced by protocols::frag_picker::scores::GunnCostScore::cached_score(), and protocols::frag_picker::scores::GunnCostScore::score().
|
private |
Definition at line 63 of file GunnCost.hh.
1.8.4