Uses of Class
messif.pivotselection.CoveragePivotChooser.PrecomputedDistances

Packages that use CoveragePivotChooser.PrecomputedDistances
messif.pivotselection Support for selection of representative objects (pivots). 
 

Uses of CoveragePivotChooser.PrecomputedDistances in messif.pivotselection
 

Methods in messif.pivotselection with parameters of type CoveragePivotChooser.PrecomputedDistances
 boolean CoveragePivotChooser.Ball.intersectsWith(CoveragePivotChooser.Ball b, CoveragePivotChooser.PrecomputedDistances pd)
          Checks if this ball and the passed ball intersect or not.
 

Constructors in messif.pivotselection with parameters of type CoveragePivotChooser.PrecomputedDistances
CoveragePivotChooser.Ball(LocalAbstractObject pivot, int pivotIndex, CoveragePivotChooser.PrecomputedDistances pd)
          Create a new Ball and compute the number of objects covered by the ball and its neighbohood, see CoveragePivotChooser.Ball.objects for more information.