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
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–2013 Alibaba Group. All rights reserved.