![]() |
Rosetta Protocols
2014.16.56682
|
#include <PoseMetricEvaluator.hh>
Public Member Functions | |
| PoseMetricEvaluator (std::string tag) | |
| virtual T | apply (core::pose::Pose &pose) const |
| evaluate pose More... | |
| PoseMetricEvaluator (std::string const &metric, std::string const &tag) | |
| virtual T | apply (core::pose::Pose &pose) const |
| evaluate pose More... | |
Public Member Functions inherited from protocols::evaluation::SingleValuePoseEvaluator< T > | |
| SingleValuePoseEvaluator (std::string name) | |
| virtual void | apply (core::pose::Pose &, std::string tag, core::io::silent::SilentStruct &pss) 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 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 | metric_ |
| std::string | tag_ |
|
inline |
References evaluation.
|
inline |
References evaluation.
|
virtual |
|
virtual |
evaluate pose
Implements protocols::evaluation::SingleValuePoseEvaluator< T >.
|
private |
Referenced by protocols::simple_filters::PoseMetricEvaluator< T >::apply().
|
private |
Referenced by protocols::simple_filters::PoseMetricEvaluator< T >::apply().
1.8.7