Uses of Class
com.mymed.utils.locator.HilbertQuad

Packages that use HilbertQuad
com.mymed.utils.locator   
 

Uses of HilbertQuad in com.mymed.utils.locator
 

Methods in com.mymed.utils.locator that return HilbertQuad
 HilbertQuad HqWrapper.getQuad()
           
 

Methods in com.mymed.utils.locator with parameters of type HilbertQuad
 int HqComparator.compare(HilbertQuad object1, HilbertQuad object2)
          Nota that this comparator doesn't work if used for nested quads!!
 void HqWrapper.setQuad(HilbertQuad quad)
           
 

Method parameters in com.mymed.utils.locator with type arguments of type HilbertQuad
static long KeysFinder.getNumKeys(java.util.Set<HilbertQuad> covSet)
           
 

Constructors in com.mymed.utils.locator with parameters of type HilbertQuad
HqWrapper(short metric, HilbertQuad quad)