9 #ifndef IMPSTATISTICS_METRICS_H
10 #define IMPSTATISTICS_METRICS_H
12 #include <IMP/statistics/statistics_config.h>
20 IMPSTATISTICS_BEGIN_NAMESPACE
22 class IMPSTATISTICSEXPORT EuclideanMetric:
public Metric {
25 EuclideanMetric(Embedding *em);
34 IMP::OwnerPointer<ConfigurationSet> cs_;
35 IMP::OwnerPointer<SingletonContainer> sc_;
56 IMPSTATISTICS_END_NAMESPACE