alun.util
Class RadixPlaneSorter<E extends CartesianPoint>

java.lang.Object
  extended by alun.util.RadixPlaneSorter<E>

public class RadixPlaneSorter<E extends CartesianPoint>
extends java.lang.Object


Constructor Summary
RadixPlaneSorter(double x, double y, int k)
           
 
Method Summary
 void add(E m)
           
 CartesianPoint[] getLocal(E a, double rr)
           
 CartesianPoint[] getLocalX(E a, double rr)
           
 void remove(E m)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadixPlaneSorter

public RadixPlaneSorter(double x,
                        double y,
                        int k)
Method Detail

add

public void add(E m)

remove

public void remove(E m)

getLocal

public CartesianPoint[] getLocal(E a,
                                 double rr)

getLocalX

public CartesianPoint[] getLocalX(E a,
                                  double rr)