![]() |
Rosetta Protocols
2014.16.56682
|
Use a fixed set of pivots specified in advance. More...
#include <FixedPivots.hh>
Public Member Functions | |
| FixedPivots (Size start, Size stop, Size cut) | |
| Constructor which specifies the fixed pivots. More... | |
| Loop | pick (Pose const &pose, Loop const &loop) |
| Return a loop object. The pivots will be taken to be the start, cut and stop residues. More... | |
Private Attributes | |
| Size | start_ |
| Size | stop_ |
| Size | cut_ |
Use a fixed set of pivots specified in advance.
The pivots are specified in the constructor. Make sure that the pivots will always be contained in the loop being sampled, otherwise strange behavior may occur.
| protocols::kinematic_closure::pivot_pickers::FixedPivots::FixedPivots | ( | Size | start, |
| Size | stop, | ||
| Size | cut | ||
| ) |
Constructor which specifies the fixed pivots.
References protocols::loops::start, and protocols::loops::stop.
|
virtual |
Return a loop object. The pivots will be taken to be the start, cut and stop residues.
Implements protocols::kinematic_closure::pivot_pickers::PivotPicker.
|
private |
|
private |
|
private |
1.8.7