#include <RDC_Evaluator.hh>
|
| | SelectRDC_Evaluator (core::scoring::ResidueSelection const &selection, std::string const &tag="", std::string const &file="") |
| |
| | SelectRDC_Evaluator (utility::vector1< core::Size > const &selection, std::string const &tag="", std::string const &file="") |
| |
| | SelectRDC_Evaluator (core::pose::PoseCOP, std::string tag="") |
| |
| | SelectRDC_Evaluator (core::pose::Pose const &, std::string tag="") |
| |
| 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...
|
| |
| virtual void | apply (core::pose::Pose &, std::string tag, core::io::silent::SilentStruct &pss) const =0 |
| | evaluate pose and store values in Silent_Struct More...
|
| |
| 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...
|
| |
| 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...
|
| |
◆ SelectRDC_Evaluator() [1/4]
| protocols::simple_filters::SelectRDC_Evaluator::SelectRDC_Evaluator |
( |
core::scoring::ResidueSelection const & |
selection, |
|
|
std::string const & |
tag = "", |
|
|
std::string const & |
file = "" |
|
) |
| |
◆ SelectRDC_Evaluator() [2/4]
| protocols::simple_filters::SelectRDC_Evaluator::SelectRDC_Evaluator |
( |
utility::vector1< core::Size > const & |
selection, |
|
|
std::string const & |
tag = "", |
|
|
std::string const & |
file = "" |
|
) |
| |
◆ SelectRDC_Evaluator() [3/4]
| protocols::simple_filters::SelectRDC_Evaluator::SelectRDC_Evaluator |
( |
core::pose::PoseCOP |
pose, |
|
|
std::string |
tag = "" |
|
) |
| |
◆ SelectRDC_Evaluator() [4/4]
| protocols::simple_filters::SelectRDC_Evaluator::SelectRDC_Evaluator |
( |
core::pose::Pose const & |
pose, |
|
|
std::string |
tag = "" |
|
) |
| |
◆ apply()
◆ init_rdcs()
| void protocols::simple_filters::SelectRDC_Evaluator::init_rdcs |
( |
| ) |
|
|
private |
◆ rdc_data_
◆ rdc_file_
| std::string protocols::simple_filters::SelectRDC_Evaluator::rdc_file_ |
|
private |
◆ selection_
◆ tag_
| std::string protocols::simple_filters::SelectRDC_Evaluator::tag_ |
|
private |
The documentation for this class was generated from the following files: