class ClosePoints { public: // construction ClosePoints(int minDist); // methods bool operator()( const Point& p1, const Point& p2 ) const; };