ProGAL.geom3d.superposition
Class RMSD

java.lang.Object
  extended by ProGAL.geom3d.superposition.RMSD

public class RMSD
extends java.lang.Object

Author:
R. Fonseca

Constructor Summary
RMSD()
           
 
Method Summary
static double getRMSD(java.util.List<Point> points1, java.util.List<Point> points2)
           
static Transform optimalSuperposition(java.util.List<Point> points, java.util.List<Point> superposeTo)
           
static Transform optimalSuperposition(java.util.List<Point> points, java.util.List<Point> superposeTo, java.util.List<java.lang.Integer> indices)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMSD

public RMSD()
Method Detail

optimalSuperposition

public static Transform optimalSuperposition(java.util.List<Point> points,
                                             java.util.List<Point> superposeTo)

optimalSuperposition

public static Transform optimalSuperposition(java.util.List<Point> points,
                                             java.util.List<Point> superposeTo,
                                             java.util.List<java.lang.Integer> indices)

getRMSD

public static double getRMSD(java.util.List<Point> points1,
                             java.util.List<Point> points2)