Uses of Class
algorithm.matching.MatchingAngles

Packages that use MatchingAngles
algorithm.matching Package containing all classes that are used to establish a final matching between two skeletons' end nodes. 
 

Uses of MatchingAngles in algorithm.matching
 

Fields in algorithm.matching declared as MatchingAngles
private  MatchingAngles Matching.angles
          the angle of the matching line (used for filtering)
 

Methods in algorithm.matching that return MatchingAngles
 MatchingAngles Matching.getAngles()
           
 

Methods in algorithm.matching with parameters of type MatchingAngles
 void Matching.setAngles(MatchingAngles angles)