#include <RmsdEvaluator.hh>
|
| | 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...
|
| |
| | 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 |
| |
| | 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...
|
| |
evaluate pose
Implements protocols::evaluation::SingleValuePoseEvaluator< core::Real >.
References core::scoring::all_atom_rmsd(), core::scoring::CA_rmsd(), CAonly_, protocols::jd2::get_current_jobs_starting_pose(), protocols::jd2::jd2_used(), rmsd, rmsd_pose_, runtime_assert, selection_, tag_, and utility_exit_with_message.
| bool protocols::simple_filters::SelectRmsdEvaluator::CAonly_ |
|
private |
| std::string protocols::simple_filters::SelectRmsdEvaluator::tag_ |
|
private |
The documentation for this class was generated from the following files: