Computes an average linear distance of a given point set in 3d. More...
#include "ILinearDistance.hpp"
Public Member Functions | |
virtual void | add (double x, double y, double z)=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 | |
![]() | |
virtual void | Delete () |
Static Public Member Functions | |
static ILinearDistance3D * | New () |
creates a linear distance object | |
Computes an average linear distance of a given point set in 3d.