#include <ContactMapEvaluator.hh>
|
| | ContactMapEvaluator (core::pose::Pose const &native_pose, core::Real const max_dist, core::Size const min_seqsep) |
| |
| | ~ContactMapEvaluator () override=default |
| |
| 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...
|
| |
| 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...
|
| |
◆ ContactMapEvaluator()
◆ ~ContactMapEvaluator()
| protocols::simple_filters::ContactMapEvaluator::~ContactMapEvaluator |
( |
| ) |
|
|
overridedefault |
◆ apply() [1/2]
◆ apply() [2/2]
◆ max_dist_
| core::Real const protocols::simple_filters::ContactMapEvaluator::max_dist_ |
|
private |
◆ min_seqsep_
| core::Size const protocols::simple_filters::ContactMapEvaluator::min_seqsep_ |
|
private |
◆ native_
The documentation for this class was generated from the following files: