Package org.anchoranalysis.mpp.pair
Class PairVoxelizedMarkMemo
Object
PairVoxelizedMarkMemo
Represents a pair of VoxelizedMarkMemo objects, with a defined source and destination.
The pair is ordered such that the source always has a lower identifier than the destination.
-
Constructor Summary
ConstructorsConstructorDescriptionPairVoxelizedMarkMemo
(VoxelizedMarkMemo source, VoxelizedMarkMemo destination) Constructs a new PairVoxelizedMarkMemo. -
Method Summary
-
Constructor Details
-
PairVoxelizedMarkMemo
Constructs a new PairVoxelizedMarkMemo.- Parameters:
source
- the first VoxelizedMarkMemodestination
- the second VoxelizedMarkMemo
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getSource
Gets the source VoxelizedMarkMemo.- Returns:
- the source VoxelizedMarkMemo
-
getDestination
Gets the destination VoxelizedMarkMemo.- Returns:
- the destination VoxelizedMarkMemo
-
toString
-