Rosetta
Public Member Functions | List of all members
protocols::kinematic_closure::solution_pickers::SolutionPicker Class Referenceabstract

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

#include <SolutionPicker.hh>

Inheritance diagram for protocols::kinematic_closure::solution_pickers::SolutionPicker:
Inheritance graph
[legend]

Public Member Functions

virtual bool pick_and_apply (Pose &pose, SolutionList const &solutions)=0
 Pick a solution from the given list, and if apply it to the given pose. If no solution is satisfactory, don't do anything. More...
 

Detailed Description

Base class for all the solution picking algorithms.

Member Function Documentation

◆ pick_and_apply()

virtual bool protocols::kinematic_closure::solution_pickers::SolutionPicker::pick_and_apply ( Pose pose,
SolutionList const &  solutions 
)
pure virtual

Pick a solution from the given list, and if apply it to the given pose. If no solution is satisfactory, don't do anything.

Implemented in protocols::kinematic_closure::solution_pickers::RandomSolutions, and protocols::kinematic_closure::solution_pickers::FilteredSolutions.


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