1 #ifndef POINTCENTROID_H
2 #define POINTCENTROID_H
4 #include "../base/proxygenerator.h"
5 #include "../point/point.h"
virtual PointCentroid * clone() const
Center of gravity for Point.
Abstract base class for mechanisms that compute a proxy or representative object for a given set of o...
virtual Point generate(std::vector< Point * > const &) const
Weighted point of arbitrary dimension.