ProGAL.geom3d.superposition
Class GDT
java.lang.Object
  
ProGAL.geom3d.superposition.GDT
public class GDT
- extends java.lang.Object
 
 
| 
Constructor Summary | 
GDT()
 
            | 
 
| 
Method Summary | 
static double | 
getGDT(java.util.List<Point> points1,
       java.util.List<Point> points2,
       double cutoff)
 
            | 
static double | 
getGDT(java.util.List<Point> points1,
       java.util.List<Point> points2,
       double cutoff,
       int method)
 
            | 
static void | 
main(java.lang.String[] args)
 
            | 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
REMOVE_ONE
public static final int REMOVE_ONE
- See Also:
 - Constant Field Values
 
REMOVE_TEN_PERCENT
public static final int REMOVE_TEN_PERCENT
- See Also:
 - Constant Field Values
 
GDT
public GDT()
main
public static void main(java.lang.String[] args)
 
getGDT
public static double getGDT(java.util.List<Point> points1,
                            java.util.List<Point> points2,
                            double cutoff)
 
getGDT
public static double getGDT(java.util.List<Point> points1,
                            java.util.List<Point> points2,
                            double cutoff,
                            int method)