![]() |
Rosetta
2020.50
|
#include <PredictedBurialEvaluator.hh>
Public Member Functions | |
PredictedBurialEvaluator (std::string const &fn) | |
~PredictedBurialEvaluator () override | |
void | apply (core::pose::Pose &pose, std::string tag, core::io::silent::SilentStruct &ss) const override |
evaluate pose and store values in Silent_Struct More... | |
core::Real | apply (core::pose::Pose &) const override |
evaluate pose More... | |
![]() | |
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... | |
Private Member Functions | |
void | init_from_file (std::string const &fn) |
Private Attributes | |
utility::vector1< core::Real > | predicted_burial_ |
protocols::simple_filters::PredictedBurialEvaluator::PredictedBurialEvaluator | ( | std::string const & | fn | ) |
References init_from_file().
|
overridedefault |
|
overridevirtual |
evaluate pose and store values in Silent_Struct
Implements protocols::evaluation::PoseEvaluator.
References core::io::silent::SilentStruct::add_energy(), core::kinematics::distance(), predicted_burial_, core::pose::Pose::residue(), protocols::hybridization::score, and core::pose::Pose::size().
|
inlineoverridevirtual |
evaluate pose
Implements protocols::evaluation::SingleValuePoseEvaluator< core::Real >.
|
private |
References predicted_burial_.
Referenced by PredictedBurialEvaluator().
|
private |
Referenced by apply(), and init_from_file().