algorithm.matching
Class PossibleMatching
java.lang.Object
algorithm.matching.PossibleMatching
public class PossibleMatching
- extends java.lang.Object
Store information about possible matchings.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sn1
private SkeletonNode sn1
sn2
private SkeletonNode sn2
matchingcost
private double matchingcost
PossibleMatching
public PossibleMatching(SkeletonNode sn1,
SkeletonNode sn2,
double matchingcost)
getSn1
public SkeletonNode getSn1()
- Returns:
- the sn1
setSn1
public void setSn1(SkeletonNode sn1)
- Parameters:
sn1 - the sn1 to set
getSn2
public SkeletonNode getSn2()
- Returns:
- the sn2
setSn2
public void setSn2(SkeletonNode sn2)
- Parameters:
sn2 - the sn2 to set
getMatchingcost
public double getMatchingcost()
- Returns:
- the matchingcost
setMatchingcost
public void setMatchingcost(double matchingcost)
- Parameters:
matchingcost - the matchingcost to set