|
Rosetta 3.5
|
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 |
Public Member Functions inherited from protocols::evaluation::SingleValuePoseEvaluator< core::Real > | |
| SingleValuePoseEvaluator (std::string name) | |
| 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 |
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... | |
Protected Attributes | |
| core::scoring::ScoreFunctionOP | scorefxn_ |
that rewrites the whole pss struct all previous entries will be lost... probably not what one wants...
Definition at line 53 of file ScoreEvaluator.hh.
| protocols::simple_filters::ScoreEvaluator::ScoreEvaluator | ( | std::string | tag, |
| core::scoring::ScoreFunctionOP | scorefxn, | ||
| bool | fullname = false |
||
| ) |
Definition at line 65 of file ScoreEvaluator.cc.
References scorefxn_, and protocols::simple_filters::tr().
| protocols::simple_filters::ScoreEvaluator::~ScoreEvaluator | ( | ) |
Definition at line 79 of file ScoreEvaluator.cc.
|
virtual |
Reimplemented from protocols::evaluation::SingleValuePoseEvaluator< core::Real >.
Definition at line 101 of file ScoreEvaluator.cc.
References core::scoring::fa_atr, core::pose::Pose::is_fullatom(), scorefxn_, and core::scoring::vdw.
|
virtual |
evaluate pose
Implements protocols::evaluation::SingleValuePoseEvaluator< core::Real >.
Reimplemented in protocols::simple_filters::TruncatedScoreEvaluator.
Definition at line 82 of file ScoreEvaluator.cc.
References protocols::toolbox::pose_manipulation::add_chainbreaks_according_to_jumps(), core::scoring::chainbreak, core::scoring::ScoreFunction::get_weight(), core::scoring::linear_chainbreak, core::scoring::overlap_chainbreak, scorefxn_, and core::scoring::ScoreFunction::set_weight().
|
protected |
Definition at line 61 of file ScoreEvaluator.hh.
Referenced by applicable(), apply(), protocols::simple_filters::TruncatedScoreEvaluator::apply(), and ScoreEvaluator().
1.8.4