Uses of Class
uk.ac.ed.morphml_handler.AffineWarpDataStructure

Packages that use AffineWarpDataStructure
uk.ac.ed.morphml_handler   
 

Uses of AffineWarpDataStructure in uk.ac.ed.morphml_handler
 

Fields in uk.ac.ed.morphml_handler declared as AffineWarpDataStructure
protected  AffineWarpDataStructure AffineWarpPoint.affine_warp_data
           
 

Methods in uk.ac.ed.morphml_handler that return AffineWarpDataStructure
 AffineWarpDataStructure AffineWarpPoint.getAffineWarpData()
           
 AffineWarpDataStructure AffineWarpDataTable.TableModel.getAffineWarpData()
           
 AffineWarpDataStructure MorphMLHandler.newAffineWarpData()
           
 

Methods in uk.ac.ed.morphml_handler with parameters of type AffineWarpDataStructure
protected  void AffineWarpDataTable.TableModel.addListeners(AffineWarpDataStructure warp_points)
           
protected  void AffineWarpDataTable.TableModel.removeListeners(AffineWarpDataStructure warp_points)
           
 void AffineWarpDataTable.setAffineWarpData(AffineWarpDataStructure warp_reference_points)
           
 void AffineWarpDataTable.TableModel.setAffineWarpData(AffineWarpDataStructure warp_reference_points)
           
 void AffineWarpPoint.setAfflineWarpData(AffineWarpDataStructure affine_warp_data)