Class ObjectsToCompare
Object
org.anchoranalysis.plugin.annotation.comparison.ObjectsToCompare
public final class ObjectsToCompare extends Object
Holds two
ObjectCollections for comparison purposes.-
Constructor Summary
Constructors Constructor Description ObjectsToCompare(org.anchoranalysis.image.voxel.object.ObjectCollection left, org.anchoranalysis.image.voxel.object.ObjectCollection right) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)org.anchoranalysis.image.voxel.object.ObjectCollectiongetLeft()Objects on left-side of the comparison.org.anchoranalysis.image.voxel.object.ObjectCollectiongetRight()Objects on right-side of the comparison.inthashCode()StringtoString()
-
Constructor Details
-
ObjectsToCompare
public ObjectsToCompare(org.anchoranalysis.image.voxel.object.ObjectCollection left, org.anchoranalysis.image.voxel.object.ObjectCollection right)
-
-
Method Details