Computes an average linear distance of a given point set in 2d. More...
#include "ILinearDistance.hpp"
Inheritance diagram for ILinearDistance2D:Public Member Functions | |
| virtual void | add (double x, double y)=0 |
| adds a point to the point set | |
| virtual void | clear ()=0 |
| removes all points from the point set | |
| virtual double | get () const =0 |
| compute the linear distance of the current point set | |
Public Member Functions inherited from ObjectBase | |
| virtual void | Delete () |
Static Public Member Functions | |
| static ILinearDistance2D * | New () |
| creates a linear distance object | |
Computes an average linear distance of a given point set in 2d.