![]() |
Rosetta
2021.16
|
#include <PoseSelectionScreener.hh>

Public Member Functions | |
| PoseSelectionScreener (core::pose::Pose &pose, core::scoring::ScoreFunctionCOP scorefxn, modeler::align::StepWiseClustererOP stepwise_clusterer) | |
| ~PoseSelectionScreener () override | |
| std::string | name () const override |
| StepWiseScreenerType | type () const override |
| bool | check_screen () override |
Public Member Functions inherited from protocols::stepwise::screener::StepWiseScreener | |
| StepWiseScreener () | |
| ~StepWiseScreener () override | |
| virtual void | get_update (sampler::StepWiseSamplerOP) |
| virtual void | apply_mover (moves::CompositionMoverOP, core::Size const, core::Size const ) |
| virtual void | add_mover (moves::CompositionMoverOP update_mover, moves::CompositionMoverOP restore_mover) |
| virtual void | fast_forward (sampler::StepWiseSamplerOP) |
| core::Size const & | count () const |
| void | increment_count () |
| void | reset () |
| void | set_ok_to_increment (bool const setting) |
Private Attributes | |
| core::pose::Pose & | pose_ |
| core::scoring::ScoreFunctionCOP | scorefxn_ |
| modeler::align::StepWiseClustererOP | stepwise_clusterer_ |
| protocols::stepwise::screener::PoseSelectionScreener::PoseSelectionScreener | ( | core::pose::Pose & | pose, |
| core::scoring::ScoreFunctionCOP | scorefxn, | ||
| modeler::align::StepWiseClustererOP | stepwise_clusterer | ||
| ) |
|
overridedefault |
|
overridevirtual |
Reimplemented from protocols::stepwise::screener::StepWiseScreener.
References pose_, and stepwise_clusterer_.
|
inlineoverridevirtual |
Implements protocols::stepwise::screener::StepWiseScreener.
|
inlineoverridevirtual |
Implements protocols::stepwise::screener::StepWiseScreener.
References protocols::stepwise::screener::POSE_SELECTION.
|
private |
Referenced by check_screen().
|
private |
|
private |
Referenced by check_screen().
1.8.7