![]() |
Rosetta Protocols
2014.35
|
#include <JScoreEvaluator.hh>
Public Member Functions | |
JScoreEvaluator (std::string const &weights="score12_full", std::string const &type_set_name="fa_standard") | |
~JScoreEvaluator () | |
virtual void | apply (core::pose::Pose &pose, std::string tag, core::io::silent::SilentStruct &ss) 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... | |
![]() | |
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::scoring::ScoreFunctionOP | scorefxn_ |
std::string const | type_set_name_ |
std::string const | col_name_ |
protocols::simple_filters::JScoreEvaluator::JScoreEvaluator | ( | std::string const & | weights = "score12_full" , |
std::string const & | type_set_name = "fa_standard" |
||
) |
References evaluation, and scoring.
protocols::simple_filters::JScoreEvaluator::~JScoreEvaluator | ( | ) |
|
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 col_name_, score, scorefxn_, core::util::switch_to_residue_type_set(), and type_set_name_.
|
inlinevirtual |
evaluate pose
Implements protocols::evaluation::SingleValuePoseEvaluator< core::Real >.
|
private |
Referenced by apply().
|
private |
Referenced by apply().
|
private |
Referenced by apply().