![]() |
Rosetta Protocols
2014.35
|
#include <NativeRMSD_Screener.hh>
Public Member Functions | |
NativeRMSD_Screener (core::pose::Pose const &native_pose, core::pose::Pose const &screening_pose, utility::vector1< core::Size > const &moving_res_list_, core::Real const rmsd_cutoff, bool const do_screen=true) | |
~NativeRMSD_Screener () | |
bool | check_screen () |
void | set_do_screen (bool const &setting) |
bool | do_screen () const |
std::string | name () const |
StepWiseScreenerType | type () const |
core::Size | pass_count () const |
![]() | |
StepWiseScreener () | |
~StepWiseScreener () | |
virtual void | get_update (sampler::StepWiseSamplerBaseOP) |
virtual void | apply_mover (moves::CompositionMoverOP, Size const, Size const ) |
virtual void | add_mover (moves::CompositionMoverOP update_mover, moves::CompositionMoverOP restore_mover) |
virtual void | fast_forward (sampler::StepWiseSamplerBaseOP) |
Size const & | count () const |
void | increment_count () |
void | reset () |
void | set_ok_to_increment (bool const setting) |
Private Attributes | |
core::pose::Pose const & | native_pose_ |
core::pose::Pose const & | screening_pose_ |
utility::vector1< core::Size > const & | moving_res_list_ |
core::Real const | rmsd_cutoff_ |
bool | do_screen_ |
core::Size | pass_count_ |
modeler::align::StepWisePoseAlignerOP | pose_aligner_ |
protocols::stepwise::screener::NativeRMSD_Screener::NativeRMSD_Screener | ( | core::pose::Pose const & | native_pose, |
core::pose::Pose const & | screening_pose, | ||
utility::vector1< core::Size > const & | moving_res_list_, | ||
core::Real const | rmsd_cutoff, | ||
bool const | do_screen = true |
||
) |
References moving_res_list_, native_pose_, pose_aligner_, and runtime_assert.
protocols::stepwise::screener::NativeRMSD_Screener::~NativeRMSD_Screener | ( | ) |
|
virtual |
Reimplemented from protocols::stepwise::screener::StepWiseScreener.
References do_screen_, pass_count_, pose_aligner_, rmsd, rmsd_cutoff_, and screening_pose_.
|
inline |
References do_screen_.
|
inlinevirtual |
Implements protocols::stepwise::screener::StepWiseScreener.
|
inline |
References pass_count_.
|
inline |
References do_screen_.
|
inlinevirtual |
Implements protocols::stepwise::screener::StepWiseScreener.
References protocols::stepwise::screener::NATIVE_RMSD.
|
private |
Referenced by check_screen(), do_screen(), and set_do_screen().
|
private |
Referenced by NativeRMSD_Screener().
|
private |
Referenced by NativeRMSD_Screener().
|
private |
Referenced by check_screen(), and pass_count().
|
private |
Referenced by check_screen(), and NativeRMSD_Screener().
|
private |
Referenced by check_screen().
|
private |
Referenced by check_screen().