![]() |
Rosetta
2020.50
|
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 () override | |
core::Real | apply (core::pose::Pose &pose) const override |
evaluate pose More... | |
bool | applicable (core::pose::Pose const &pose) const override |
![]() | |
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... | |
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 |
||
) |
References scorefxn_, and protocols::simple_filters::tr().
|
overridedefault |
|
overridevirtual |
Reimplemented from protocols::evaluation::PoseEvaluator.
References core::scoring::fa_atr, core::pose::Pose::is_fullatom(), scorefxn_, and core::scoring::vdw.
|
overridevirtual |
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::chainbreak, core::scoring::linear_chainbreak, core::scoring::overlap_chainbreak, scorefxn_, core::scoring::ScoreFunction::set_weight(), and protocols::hybridization::val.
|
protected |
Referenced by applicable(), apply(), protocols::simple_filters::TruncatedScoreEvaluator::apply(), and ScoreEvaluator().