Rosetta
Public Member Functions | List of all members
protocols::kinematic_closure::pivot_pickers::PivotPicker Class Referenceabstract

Base class for all the pivot picking algorithms. More...

#include <PivotPicker.hh>

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

Public Member Functions

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

Detailed Description

Base class for all the pivot picking algorithms.

Member Function Documentation

◆ get_name()

virtual std::string protocols::kinematic_closure::pivot_pickers::PivotPicker::get_name ( ) const
pure virtual

◆ pick()

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

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