![]() |
Rosetta
2021.16
|
#include <UniformPolicy.hh>

Public Member Functions | |
| UniformPolicy (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... | |
| core::Size | choose (const core::fragment::Frame &frame, const core::pose::Pose &) override |
| Selects uniformly among the set of possible fragments in <frame> 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 |
|
explicit |
Provides derived classes with the opportunity to precompute various properties of the fragment set from which they will have to make choices.
|
overridevirtual |
Selects uniformly among the set of possible fragments in <frame>
Implements protocols::nonlocal::Policy.
References core::fragment::Frame::nr_frags(), and core::scoring::rg.
1.8.7