|
Rosetta 3.5
|
#include <RmsdEvaluator.hh>


Public Member Functions | |
| SelectRmsdEvaluator (core::pose::PoseCOP, core::scoring::ResidueSelection const &selection, std::string tag="", bool CAonly=true) | |
| SelectRmsdEvaluator (core::pose::PoseCOP, utility::vector1< core::Size > const &selection, std::string tag="", bool CAonly=true) | |
| SelectRmsdEvaluator (core::pose::PoseCOP, std::string tag="", bool CAonly=true) | |
| SelectRmsdEvaluator (core::pose::Pose const &, std::string tag="", bool CAonly=true) | |
| 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_ |
| std::string | tag_ |
| bool | CAonly_ |
Definition at line 75 of file RmsdEvaluator.hh.
| protocols::simple_filters::SelectRmsdEvaluator::SelectRmsdEvaluator | ( | core::pose::PoseCOP | , |
| core::scoring::ResidueSelection const & | selection, | ||
| std::string | tag = "", |
||
| bool | CAonly = true |
||
| ) |
| protocols::simple_filters::SelectRmsdEvaluator::SelectRmsdEvaluator | ( | core::pose::PoseCOP | pose, |
| utility::vector1< core::Size > const & | selection, | ||
| std::string | tag = "", |
||
| bool | CAonly = true |
||
| ) |
Definition at line 129 of file RmsdEvaluator.cc.
References selection_.
| protocols::simple_filters::SelectRmsdEvaluator::SelectRmsdEvaluator | ( | core::pose::PoseCOP | pose, |
| std::string | tag = "", |
||
| bool | CAonly = true |
||
| ) |
Definition at line 139 of file RmsdEvaluator.cc.
References protocols::evaluation::find_existing_residues(), and selection_.
| protocols::simple_filters::SelectRmsdEvaluator::SelectRmsdEvaluator | ( | core::pose::Pose const & | pose, |
| std::string | tag = "", |
||
| bool | CAonly = true |
||
| ) |
Definition at line 148 of file RmsdEvaluator.cc.
References protocols::evaluation::find_existing_residues(), rmsd_pose_, and selection_.
|
virtual |
evaluate pose
Implements protocols::evaluation::SingleValuePoseEvaluator< core::Real >.
Definition at line 158 of file RmsdEvaluator.cc.
References core::scoring::all_atom_rmsd(), core::scoring::CA_rmsd(), CAonly_, protocols::jd2::get_current_jobs_starting_pose(), protocols::jd2::jd2_used(), rmsd_pose_, selection_, and tag_.
|
private |
Definition at line 93 of file RmsdEvaluator.hh.
Referenced by apply().
|
private |
Definition at line 90 of file RmsdEvaluator.hh.
Referenced by apply(), and SelectRmsdEvaluator().
|
private |
Definition at line 91 of file RmsdEvaluator.hh.
Referenced by apply(), and SelectRmsdEvaluator().
|
private |
Definition at line 92 of file RmsdEvaluator.hh.
Referenced by apply().
1.8.4