|
Rosetta
|
#include <ClusterMetric.hh>

Public Member Functions | |
| ClusterMetric () | |
| ~ClusterMetric () override | |
| virtual platform::Real | distance (ClusterMetric const &other) const =0 |
| Measures the distance between this metric and another of the same type. You can assume that other has the same type as this. More... | |
| virtual void | parse_my_tag (core::pose::Pose const &pose, utility::tag::TagCOP tag, basic::datacache::DataMap &datacache)=0 |
| protocols::multistage_rosetta_scripts::cluster::ClusterMetric::ClusterMetric | ( | ) |
|
override |
|
pure virtual |
Measures the distance between this metric and another of the same type. You can assume that other has the same type as this.
Implemented in protocols::multistage_rosetta_scripts::cluster::metrics::SequenceMetric, and protocols::multistage_rosetta_scripts::cluster::metrics::JumpMetric.
|
pure virtual |