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

Public Member Functions | |
| ResidueContactScreener (core::pose::Pose &screening_pose, core::Size const last_append_res, core::Size const last_prepend_res, core::Distance const atom_atom_overlap_dist_cutoff) | |
| ~ResidueContactScreener () override | |
| bool | check_screen () override |
| std::string | name () const override |
| StepWiseScreenerType | type () const 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 & | screening_pose_ |
| core::Size const | last_append_res_ |
| core::Size const | last_prepend_res_ |
| core::Distance const | atom_atom_overlap_dist_cutoff_ |
| protocols::stepwise::screener::ResidueContactScreener::ResidueContactScreener | ( | core::pose::Pose & | screening_pose, |
| core::Size const | last_append_res, | ||
| core::Size const | last_prepend_res, | ||
| core::Distance const | atom_atom_overlap_dist_cutoff | ||
| ) |
|
overridedefault |
|
overridevirtual |
|
inlineoverridevirtual |
Implements protocols::stepwise::screener::StepWiseScreener.
|
inlineoverridevirtual |
Implements protocols::stepwise::screener::StepWiseScreener.
References protocols::stepwise::screener::RESIDUE_CONTACT.
|
private |
Referenced by check_screen().
|
private |
Referenced by check_screen().
|
private |
Referenced by check_screen().
|
private |
Referenced by check_screen().
1.8.7