|
Rosetta 3.5
|
#include <RmsdEvaluator.hh>


Public Member Functions | |
| RmsdEvaluator (core::pose::PoseCOP, core::Size start, core::Size end, std::string tag="", bool bGDT=true) | |
| RmsdEvaluator (core::pose::PoseCOP, std::string tag="", bool bGDT=true) | |
| ~RmsdEvaluator () | |
| virtual void | apply (core::pose::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 core::Real | apply (core::pose::Pose &) const |
| evaluate pose More... | |
| void | report_gdt_components (bool const setting) |
Public Member Functions inherited from protocols::evaluation::SingleValuePoseEvaluator< core::Real > | |
| SingleValuePoseEvaluator (std::string name) | |
| 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::Size | start_ |
| core::Size | end_ |
| bool | bGDT_ |
| std::string | tag_ |
| bool | report_gdt_components_ |
Definition at line 53 of file RmsdEvaluator.hh.
| protocols::simple_filters::RmsdEvaluator::RmsdEvaluator | ( | core::pose::PoseCOP | pose, |
| core::Size | start, | ||
| core::Size | end, | ||
| std::string | tag = "", |
||
| bool | bGDT = true |
||
| ) |
Definition at line 52 of file RmsdEvaluator.cc.
| protocols::simple_filters::RmsdEvaluator::RmsdEvaluator | ( | core::pose::PoseCOP | pose, |
| std::string | tag = "", |
||
| bool | bGDT = true |
||
| ) |
Definition at line 67 of file RmsdEvaluator.cc.
| protocols::simple_filters::RmsdEvaluator::~RmsdEvaluator | ( | ) |
Definition at line 65 of file RmsdEvaluator.cc.
|
virtual |
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.
Reimplemented from protocols::evaluation::SingleValuePoseEvaluator< core::Real >.
Definition at line 79 of file RmsdEvaluator.cc.
References core::io::silent::SilentStruct::add_energy(), bGDT_, core::scoring::CA_gdtmm(), core::scoring::CA_maxsub(), end_, report_gdt_components_, rmsd_pose_, start_, tag_, and protocols::simple_filters::tr().
|
virtual |
evaluate pose
Implements protocols::evaluation::SingleValuePoseEvaluator< core::Real >.
Definition at line 105 of file RmsdEvaluator.cc.
References core::scoring::CA_rmsd(), end_, rmsd_pose_, start_, and core::pose::Pose::total_residue().
|
inline |
Definition at line 64 of file RmsdEvaluator.hh.
References report_gdt_components_.
|
private |
Definition at line 70 of file RmsdEvaluator.hh.
Referenced by apply().
|
private |
Definition at line 69 of file RmsdEvaluator.hh.
Referenced by apply().
|
private |
Definition at line 72 of file RmsdEvaluator.hh.
Referenced by apply(), and report_gdt_components().
|
private |
Definition at line 67 of file RmsdEvaluator.hh.
Referenced by apply().
|
private |
Definition at line 68 of file RmsdEvaluator.hh.
Referenced by apply().
|
private |
Definition at line 71 of file RmsdEvaluator.hh.
Referenced by apply().
1.8.4