#include <RmsdEvaluator.hh>
|
| RmsdEvaluator (core::pose::PoseCOP, core::Size start, core::Size end, std::string tag="", bool bGDT=true) |
|
| RmsdEvaluator (core::pose::PoseCOP, std::string tag="", bool bGDT=true) |
|
| ~RmsdEvaluator () override |
|
void | apply (core::pose::Pose &pose, std::string tag, core::io::silent::SilentStruct &pss) const override |
| evaluate pose and store values in Silent_Struct More...
|
|
core::Real | apply (core::pose::Pose &) const override |
| evaluate pose More...
|
|
void | report_gdt_components (bool const setting) |
|
| 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...
|
|
protocols::simple_filters::RmsdEvaluator::RmsdEvaluator |
( |
core::pose::PoseCOP |
pose, |
|
|
std::string |
tag = "" , |
|
|
bool |
bGDT = true |
|
) |
| |
protocols::simple_filters::RmsdEvaluator::~RmsdEvaluator |
( |
| ) |
|
|
overridedefault |
void protocols::simple_filters::RmsdEvaluator::report_gdt_components |
( |
bool const |
setting | ) |
|
|
inline |
bool protocols::simple_filters::RmsdEvaluator::bGDT_ |
|
private |
core::Size protocols::simple_filters::RmsdEvaluator::end_ |
|
private |
bool protocols::simple_filters::RmsdEvaluator::report_gdt_components_ |
|
private |
core::Size protocols::simple_filters::RmsdEvaluator::start_ |
|
private |
std::string protocols::simple_filters::RmsdEvaluator::tag_ |
|
private |
The documentation for this class was generated from the following files: