|
Rosetta 3.5
|
#include <ChiWellRmsdEvaluator.hh>


Public Member Functions | |
| ChiWellRmsdEvaluator (core::pose::PoseCOP, core::Size nchi_max, core::Real sasa_threshold, std::string column_tag) | |
| ChiWellRmsdEvaluator (core::pose::PoseCOP, core::Size nchi_max, core::Real sasa_threshold, utility::vector1< core::Size > const &selection, std::string column_tag) | |
| virtual core::Real | apply (core::pose::Pose &) const |
| evaluate pose More... | |
Public Member Functions inherited from protocols::evaluation::SingleValuePoseEvaluator< core::Real > | |
| SingleValuePoseEvaluator (std::string name) | |
| virtual void | apply (core::pose::Pose &, std::string tag, core::io::silent::SilentStruct &pss) const |
| evaluate pose and store values in Silent_Struct why is this specific to a specific type of SilentStruct? that seems needlessly pointless and overly constraining. More... | |
| virtual bool | applicable (core::pose::Pose const &) const |
| virtual core::Size | size () const |
| virtual std::string | name (core::Size) const |
Public Member Functions inherited from protocols::evaluation::PoseEvaluator | |
| PoseEvaluator () | |
| virtual | ~PoseEvaluator () |
| virtual void | apply (core::io::silent::SilentStruct &pss) const |
| direct application to SilentStruct... default implementation makes pose and calls "apply", you can overload if you don't need the pose-step More... | |
Private Attributes | |
| core::pose::PoseCOP | rmsd_pose_ |
| core::scoring::ResidueSelection | selection_ |
| core::Size | nchi_max_ |
| core::Real | sasa_threshold_ |
| std::string | tag_ |
Definition at line 51 of file ChiWellRmsdEvaluator.hh.
| protocols::simple_filters::ChiWellRmsdEvaluator::ChiWellRmsdEvaluator | ( | core::pose::PoseCOP | pose, |
| core::Size | nchi_max, | ||
| core::Real | sasa_threshold, | ||
| std::string | column_tag | ||
| ) |
Definition at line 66 of file ChiWellRmsdEvaluator.cc.
References protocols::evaluation::find_existing_residues(), and selection_.
| protocols::simple_filters::ChiWellRmsdEvaluator::ChiWellRmsdEvaluator | ( | core::pose::PoseCOP | pose, |
| core::Size | nchi_max, | ||
| core::Real | sasa_threshold, | ||
| utility::vector1< core::Size > const & | selection, | ||
| std::string | column_tag | ||
| ) |
Definition at line 56 of file ChiWellRmsdEvaluator.cc.
References selection_.
|
virtual |
evaluate pose
Implements protocols::evaluation::SingleValuePoseEvaluator< core::Real >.
Definition at line 77 of file ChiWellRmsdEvaluator.cc.
References core::pose::metrics::StructureDependentCalculator::get(), protocols::jd2::get_current_jobs_starting_pose(), protocols::jd2::jd2_used(), nchi_max_, core::pose::Pose::residue(), rmsd_pose_, rot(), core::pack::dunbrack::rotamer_from_chi(), sasa_threshold_, selection_, tag_, and protocols::simple_filters::tr().
|
private |
Definition at line 62 of file ChiWellRmsdEvaluator.hh.
Referenced by apply().
|
private |
Definition at line 60 of file ChiWellRmsdEvaluator.hh.
Referenced by apply().
|
private |
Definition at line 63 of file ChiWellRmsdEvaluator.hh.
Referenced by apply().
|
private |
Definition at line 61 of file ChiWellRmsdEvaluator.hh.
Referenced by apply(), and ChiWellRmsdEvaluator().
|
private |
Definition at line 64 of file ChiWellRmsdEvaluator.hh.
Referenced by apply().
1.8.4