#include <ChiWellRmsdEvaluator.hh>
|
| | 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) |
| |
| core::Real | apply (core::pose::Pose &) const override |
| | evaluate pose More...
|
| |
| | SingleValuePoseEvaluator (std::string const &name="UNSPECIFIED_SingleValuePoseEvaluator") |
| |
| void | apply (core::pose::Pose &, std::string tag, core::io::silent::SilentStruct &pss) const override |
| | 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...
|
| |
| bool | applicable (core::pose::Pose const &) const override |
| |
| core::Size | size () const override |
| |
| std::string | name (core::Size) const override |
| |
| | PoseEvaluator () |
| |
| | ~PoseEvaluator () override=default |
| |
| 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::pose::metrics::StructureDependentCalculator::get(), protocols::jd2::get_current_jobs_starting_pose(), protocols::mean_field::min(), nchi_max_, core::pose::Pose::residue(), rmsd_pose_, rot(), core::pack::dunbrack::rotamer_from_chi(), sasa_threshold_, selection_, tag_, protocols::analysis::total, and protocols::simple_filters::tr().
| core::Size protocols::simple_filters::ChiWellRmsdEvaluator::nchi_max_ |
|
private |
| core::Real protocols::simple_filters::ChiWellRmsdEvaluator::sasa_threshold_ |
|
private |
| std::string protocols::simple_filters::ChiWellRmsdEvaluator::tag_ |
|
private |
The documentation for this class was generated from the following files: