BICO
1.0
|
Center of gravity for Point. More...
#include <pointcentroid.h>
Public Member Functions | |
virtual PointCentroid * | clone () const |
virtual Point | generate (std::vector< Point * > const &) const |
![]() | |
virtual | ~ProxyGenerator () |
Center of gravity for Point.
ProxyGenerator<Point> class for computing a weighted center of gravity for a vector of Point objects.
Definition at line 20 of file pointcentroid.h.
|
virtual |
Implements CluE::ProxyGenerator< Point >.
Definition at line 8 of file pointcentroid.cpp.
This method generates the center of gravity for the given Point objects using the constructor Point::Point.
Implements CluE::ProxyGenerator< Point >.
Definition at line 13 of file pointcentroid.cpp.