![]() |
Rosetta Protocols
2014.16.56682
|
#include <SmoothPolicy.hh>
Classes | |
| class | Candidate |
Public Member Functions | |
| SmoothPolicy (FragSetCOP fragments) | |
| virtual core::Size | choose (const core::fragment::Frame &frame, const core::pose::Pose &) |
| Given the current state of <pose>, selects the fragment in <frame> that minimizes overall distortion. More... | |
Public Member Functions inherited from protocols::nonlocal::Policy | |
| Policy (FragSetCOP fragments) | |
| Provides derived classes with the opportunity to precompute various properties of the fragment set from which they will have to make choices. More... | |
| FragSetCOP | fragments () const |
Private Types | |
| typedef core::fragment::FragSetCOP | FragSetCOP |
| typedef protocols::simple_moves::GunnCost | GunnCost |
Private Attributes | |
| GunnCost | scorer_ |
|
explicit |
|
virtual |
Given the current state of <pose>, selects the fragment in <frame> that minimizes overall distortion.
Implements protocols::nonlocal::Policy.
References utility::argmin(), protocols::simple_moves::FragmentCost::cutoff(), protocols::nonlocal::make_selection(), core::fragment::Frame::nr_frags(), score, protocols::simple_moves::GunnCost::score(), and scorer_.
1.8.7