![]() |
Rosetta Protocols
2014.35
|
Base class for all the solution picking algorithms. More...
#include <SolutionPicker.hh>
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... | |
Base class for all the solution picking algorithms.
|
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::FilteredSolutions, and protocols::kinematic_closure::solution_pickers::RandomSolutions.