|
Rosetta 3.5
|
#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... | |
| virtual core::Size | choose (const core::fragment::Frame &frame, const core::pose::Pose &) |
| 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 |
Definition at line 33 of file UniformPolicy.hh.
Definition at line 34 of file UniformPolicy.hh.
|
explicit |
Provides derived classes with the opportunity to precompute various properties of the fragment set from which they will have to make choices.
Definition at line 36 of file UniformPolicy.cc.
|
virtual |
Selects uniformly among the set of possible fragments in <frame>
Implements protocols::nonlocal::Policy.
Definition at line 39 of file UniformPolicy.cc.
References core::fragment::Frame::nr_frags(), and protocols::nonlocal::RG().
1.8.4