![]() |
Rosetta Protocols
2014.35
|
#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) |
![]() | |
SingleValuePoseEvaluator (std::string name="UNSPECIFIED_SingleValuePoseEvaluator") | |
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... | |
Private Attributes | |
core::pose::PoseCOP | rmsd_pose_ |
core::Size | start_ |
core::Size | end_ |
bool | bGDT_ |
std::string | tag_ |
bool | report_gdt_components_ |
protocols::simple_filters::RmsdEvaluator::RmsdEvaluator | ( | core::pose::PoseCOP | pose, |
core::Size | start, | ||
core::Size | end, | ||
std::string | tag = "" , |
||
bool | bGDT = true |
||
) |
References evaluation, and runtime_assert.
protocols::simple_filters::RmsdEvaluator::RmsdEvaluator | ( | core::pose::PoseCOP | pose, |
std::string | tag = "" , |
||
bool | bGDT = true |
||
) |
References evaluation.
protocols::simple_filters::RmsdEvaluator::~RmsdEvaluator | ( | ) |
|
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 >.
References bGDT_, core::scoring::CA_gdtmm(), core::scoring::CA_maxsub(), end_, gdtmm, maxsub(), report_gdt_components_, rmsd, rmsd_pose_, start_, tag_, and protocols::simple_filters::tr.
|
virtual |
evaluate pose
Implements protocols::evaluation::SingleValuePoseEvaluator< core::Real >.
References core::scoring::CA_rmsd(), end_, rmsd, rmsd_pose_, runtime_assert, start_, and core::pose::Pose::total_residue().
|
inline |
References report_gdt_components_.
|
private |
Referenced by apply().
|
private |
Referenced by apply(), and report_gdt_components().
|
private |
Referenced by apply().
|
private |
Referenced by apply().
|
private |
Referenced by apply().