com.alibaba.simpleimage.analyze.kdtree
类 KDTree.BestEntry

java.lang.Object
  继承者 com.alibaba.simpleimage.analyze.kdtree.KDTree.BestEntry
所有已实现的接口:
Comparable
包容类:
KDTree

public static class KDTree.BestEntry
extends Object
implements Comparable


方法摘要
 int compareTo(Object o)
           
 float getDist()
           
 int getDistSq()
           
 IKDTreeDomain getNeighbour()
           
 void setDist(float dist)
           
 void setDistSq(int distSq)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

getNeighbour

public IKDTreeDomain getNeighbour()

getDistSq

public int getDistSq()

setDistSq

public void setDistSq(int distSq)

getDist

public float getDist()

setDist

public void setDist(float dist)

compareTo

public int compareTo(Object o)
指定者:
接口 Comparable 中的 compareTo


Copyright © 2012–2015 Alibaba Group. All rights reserved.