/[projects]/dao/FuldDaekningWorker/src/geocode/kdtree/KDNodeComparator.java
ViewVC logotype

Diff of /dao/FuldDaekningWorker/src/geocode/kdtree/KDNodeComparator.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2602 by torben, Mon Jul 13 10:16:41 2015 UTC revision 2603 by torben, Tue Jul 14 05:03:24 2015 UTC
# Line 43  public abstract class KDNodeComparator<T Line 43  public abstract class KDNodeComparator<T
43            
44      // Return squared distance between one axis only      // Return squared distance between one axis only
45      protected abstract double axisSquaredDistance(T other, int axis);      protected abstract double axisSquaredDistance(T other, int axis);
       
     //THN Extension  
     //protected abstract boolean isNodeCompatible(T other);  
46  }  }

Legend:
Removed from v.2602  
changed lines
  Added in v.2603

  ViewVC Help
Powered by ViewVC 1.1.20