![]() |
Rosetta Protocols
2014.35
|
that rewrites the whole pss struct all previous entries will be lost... probably not what one wants... More...
#include <ScoreEvaluator.hh>
Public Member Functions | |
ScoreEvaluator (std::string tag, core::scoring::ScoreFunctionOP scorefxn, bool fullname=false) | |
~ScoreEvaluator () | |
virtual core::Real | apply (core::pose::Pose &pose) const |
evaluate pose More... | |
virtual bool | applicable (core::pose::Pose const &pose) const |
![]() | |
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 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... | |
Protected Attributes | |
core::scoring::ScoreFunctionOP | scorefxn_ |
that rewrites the whole pss struct all previous entries will be lost... probably not what one wants...
protocols::simple_filters::ScoreEvaluator::ScoreEvaluator | ( | std::string | tag, |
core::scoring::ScoreFunctionOP | scorefxn, | ||
bool | fullname = false |
||
) |
protocols::simple_filters::ScoreEvaluator::~ScoreEvaluator | ( | ) |
|
virtual |
Reimplemented from protocols::evaluation::SingleValuePoseEvaluator< core::Real >.
References centroid, core::pose::Pose::is_fullatom(), and scorefxn_.
|
virtual |
evaluate pose
Implements protocols::evaluation::SingleValuePoseEvaluator< core::Real >.
Reimplemented in protocols::simple_filters::TruncatedScoreEvaluator.
References protocols::toolbox::pose_manipulation::add_chainbreaks_according_to_jumps(), core::scoring::ScoreFunction::clone(), protocols::forge::methods::overlap_chainbreak(), and scorefxn_.
|
protected |
Referenced by applicable(), apply(), protocols::simple_filters::TruncatedScoreEvaluator::apply(), and ScoreEvaluator().