![]() |
Rosetta
2021.16
|
#include <ChemicalShiftEvaluator.hh>

Public Member Functions | |
| ChemicalShiftEvaluator (std::string tag, std::string cst_file) | |
| core::Real | apply (core::pose::Pose &pose) const override |
| evaluate pose More... | |
| bool | applicable (core::pose::Pose const &pose) const override |
Public Member Functions inherited from protocols::evaluation::SingleValuePoseEvaluator< core::Real > | |
| 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 |
Public Member Functions inherited from protocols::evaluation::PoseEvaluator | |
| 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 | |
| sparta::Sparta | sparta_ |
| protocols::sparta::ChemicalShiftEvaluator::ChemicalShiftEvaluator | ( | std::string | tag, |
| std::string | cst_file | ||
| ) |
References mem_tr.
|
overridevirtual |
Reimplemented from protocols::evaluation::PoseEvaluator.
References core::pose::Pose::is_fullatom().
|
overridevirtual |
evaluate pose
Implements protocols::evaluation::SingleValuePoseEvaluator< core::Real >.
References protocols::sparta::Sparta::score_pose(), and sparta_.
|
mutableprivate |
Referenced by apply().
1.8.7