uk.ac.ed.morphml_handler
Class AffineWarpDataStructure.Pair

java.lang.Object
  extended by uk.ac.ed.morphml_handler.AffineWarpDataStructure.Pair
Enclosing class:
AffineWarpDataStructure

public class AffineWarpDataStructure.Pair
extends Object


Field Summary
protected  AffineWarpPoint local_point
           
protected  AffineWarpPoint world_point
           
 
Constructor Summary
AffineWarpDataStructure.Pair(AffineWarpPoint local_point, AffineWarpPoint world_point)
           
 
Method Summary
 AffineWarpPoint getLocalPoint()
           
 AffineWarpPoint getWorldPoint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

local_point

protected AffineWarpPoint local_point

world_point

protected AffineWarpPoint world_point
Constructor Detail

AffineWarpDataStructure.Pair

public AffineWarpDataStructure.Pair(AffineWarpPoint local_point,
                                    AffineWarpPoint world_point)
Method Detail

getLocalPoint

public AffineWarpPoint getLocalPoint()

getWorldPoint

public AffineWarpPoint getWorldPoint()