![]() |
Rosetta Protocols
2014.16.56682
|
Base class for all the pivot picking algorithms. More...
#include <PivotPicker.hh>
Public Member Functions | |
| virtual Loop | pick (Pose const &pose, Loop const &loop)=0 |
| Return a loop object. The pivots will be taken to be the start, cut and stop residues. More... | |
Base class for all the pivot picking algorithms.
|
pure virtual |
Return a loop object. The pivots will be taken to be the start, cut and stop residues.
Implemented in protocols::kinematic_closure::pivot_pickers::StandardPivots, protocols::kinematic_closure::pivot_pickers::FixedPivots, protocols::kinematic_closure::pivot_pickers::FixedOffsetPivots, protocols::kinematic_closure::pivot_pickers::LoopPivots, and protocols::kinematic_closure::pivot_pickers::EndToEndPivots.
1.8.7