RTreeEntryBinaryHeap

class RTreeEntryBinaryHeap[A](maxDist: Float, maxSize: Int)

A binary heap collection of distance/entry pairs.

A binary heap collection of distance/entry pairs.

Type Params
A

a type of th value being put in entries

Value Params
maxDist

an initial limit of distance

maxSize

a maximum size of the heap

class Object
trait Matchable
class Any

Value members

Concrete methods

def put(d: Float, e: RTreeEntry[A]): Float
def toIndexedSeq: IndexedSeq[RTreeEntry[A]]