//-*-c++-*- #ifndef _QuotientClustering_H #define _QuotientClustering_H #include class QuotientClustering:public Clustering { public: QuotientClustering(ClusterContext); ~QuotientClustering(); bool run(); bool check(std::string &); void reset(); }; #endif