![]() |
Rosetta
2020.50
|
Randomly pick pivots which are always offset by the same amount, but which can appear anywhere in the loop. More...
#include <FixedOffsetPivots.hh>
Public Member Functions | |
FixedOffsetPivots (core::Size offset=5) | |
Default constructor. More... | |
std::string | get_name () const override |
Return the name of this pivot picker. More... | |
Loop | pick (Pose const &pose, Loop const &loop) override |
Return a loop object. The pivots will be taken to be the start, cut and stop residues. More... | |
Private Attributes | |
core::Size | offset_ |
Randomly pick pivots which are always offset by the same amount, but which can appear anywhere in the loop.
|
inline |
Default constructor.
|
inlineoverridevirtual |
Return the name of this pivot picker.
Implements protocols::kinematic_closure::pivot_pickers::PivotPicker.
|
overridevirtual |
Return a loop object. The pivots will be taken to be the start, cut and stop residues.
Implements protocols::kinematic_closure::pivot_pickers::PivotPicker.
References protocols::loops::Loop::start(), and protocols::loops::Loop::stop().
|
private |