|
Rosetta 3.5
|
#include <StructuralSimilarityEvaluator.hh>


Public Member Functions | |
| StructuralSimilarityEvaluator (utility::vector1< core::pose::Pose > const &poses, std::string const &atom_name="CA", std::string const &tag="sim") | |
| ~StructuralSimilarityEvaluator () | |
| virtual void | apply (core::pose::Pose &pose, std::string tag, core::io::silent::SilentStruct &ss) const |
| 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 core::Real | apply (core::pose::Pose &) const |
| evaluate pose More... | |
Public Member Functions inherited from protocols::evaluation::SingleValuePoseEvaluator< core::Real > | |
| SingleValuePoseEvaluator (std::string name) | |
| virtual bool | applicable (core::pose::Pose const &) const |
| virtual core::Size | size () const |
| virtual std::string | name (core::Size) const |
Public Member Functions inherited from protocols::evaluation::PoseEvaluator | |
| PoseEvaluator () | |
| virtual | ~PoseEvaluator () |
| 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 const & | atom_name_ |
| utility::vector1 < core::pose::Pose > const | poses_ |
Definition at line 30 of file StructuralSimilarityEvaluator.hh.
| protocols::simple_filters::StructuralSimilarityEvaluator::StructuralSimilarityEvaluator | ( | utility::vector1< core::pose::Pose > const & | poses, |
| std::string const & | atom_name = "CA", |
||
| std::string const & | tag = "sim" |
||
| ) |
Definition at line 32 of file StructuralSimilarityEvaluator.cc.
| protocols::simple_filters::StructuralSimilarityEvaluator::~StructuralSimilarityEvaluator | ( | ) |
Definition at line 42 of file StructuralSimilarityEvaluator.cc.
|
virtual |
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.
Reimplemented from protocols::evaluation::SingleValuePoseEvaluator< core::Real >.
Definition at line 44 of file StructuralSimilarityEvaluator.cc.
References core::io::silent::SilentStruct::add_energy(), core::scoring::CA_gdtmm(), and poses_.
|
inlinevirtual |
evaluate pose
Implements protocols::evaluation::SingleValuePoseEvaluator< core::Real >.
Definition at line 46 of file StructuralSimilarityEvaluator.hh.
|
private |
Definition at line 53 of file StructuralSimilarityEvaluator.hh.
|
private |
Definition at line 54 of file StructuralSimilarityEvaluator.hh.
Referenced by apply().
1.8.4