Uses of Interface
Facemorph.multifilter.PQplusElement

Packages that use PQplusElement
Facemorph.multifilter   
 

Uses of PQplusElement in Facemorph.multifilter
 

Methods in Facemorph.multifilter that return PQplusElement
 PQplusElement PQplus.inspectLeast()
          Inspect but don't remove the smallest element
 PQplusElement PQplus.removeLeast()
          Remove the smallest element and return it
 

Methods in Facemorph.multifilter with parameters of type PQplusElement
 void PQplus.add(PQplusElement c)
          Add an element to the heap
 void PQplus.update(PQplusElement c)
          Alter the value of the element in place and adjust the PQ appropriately