![]() |
Rosetta
2020.50
|
#include <RDC_Evaluator.hh>
Public Member Functions | |
RDC_Evaluator (std::string const &tag="rdc") | |
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 Attributes | |
std::string | tag_ |
core::scoring::ResidualDipolarCoupling | rdc_data_ |
protocols::simple_filters::RDC_Evaluator::RDC_Evaluator | ( | std::string const & | tag = "rdc" | ) |
|
overridevirtual |
evaluate pose
Implements protocols::evaluation::SingleValuePoseEvaluator< core::Real >.
References protocols::simple_filters::energy_evaluator, core::energy_methods::ResidualDipolarCouplingEnergy::eval_dipolar(), and rdc_data_.
|
mutableprivate |
Referenced by apply().
|
private |