![]() |
Rosetta Protocols
2014.35
|
#include <RmsdEvaluator.hh>
Public Member Functions | |
SymmetricRmsdEvaluator (core::pose::PoseCOP, std::string tag) | |
~SymmetricRmsdEvaluator () | |
virtual core::Real | apply (core::pose::Pose &) const |
evaluate pose More... | |
![]() | |
SingleValuePoseEvaluator (std::string name="UNSPECIFIED_SingleValuePoseEvaluator") | |
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... | |
Private Attributes | |
core::pose::PoseCOP | rmsd_pose_ |
protocols::simple_filters::SymmetricRmsdEvaluator::SymmetricRmsdEvaluator | ( | core::pose::PoseCOP | pose, |
std::string | tag | ||
) |
References evaluation.
protocols::simple_filters::SymmetricRmsdEvaluator::~SymmetricRmsdEvaluator | ( | ) |
|
virtual |
evaluate pose
Implements protocols::evaluation::SingleValuePoseEvaluator< core::Real >.
References core::scoring::CA_rmsd_symmetric(), and rmsd_pose_.
|
private |
Referenced by apply().