Rosetta  2015.31
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
protocols::kinematic_closure::pivot_pickers::LoopPivots Class Reference

Use the start, stop, and cut points of the given loop as pivots. More...

#include <LoopPivots.hh>

Inheritance diagram for protocols::kinematic_closure::pivot_pickers::LoopPivots:
Inheritance graph
[legend]

Public Member Functions

std::string get_name () const
 Return the name of this pivot picker. 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...
 

Detailed Description

Use the start, stop, and cut points of the given loop as pivots.

This algorithm is meant to be simple and intuitive. The pick() method will be passed a loop, and the pivots will be taken from the parameters of that loop. If the cut point is outside the loop (e.g. if it hasn't been set), the midpoint of the loop will be used instead.

Member Function Documentation

std::string protocols::kinematic_closure::pivot_pickers::LoopPivots::get_name ( ) const
inlinevirtual

Return the name of this pivot picker.

Implements protocols::kinematic_closure::pivot_pickers::PivotPicker.

Loop protocols::kinematic_closure::pivot_pickers::LoopPivots::pick ( Pose const &  pose,
Loop const &  loop 
)
virtual

The documentation for this class was generated from the following files: