Class PairVoxelizedMarkMemo

Object
PairVoxelizedMarkMemo

public class PairVoxelizedMarkMemo extends Object
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 Details

    • PairVoxelizedMarkMemo

      public PairVoxelizedMarkMemo(VoxelizedMarkMemo source, VoxelizedMarkMemo destination)
      Constructs a new PairVoxelizedMarkMemo.
      Parameters:
      source - the first VoxelizedMarkMemo
      destination - the second VoxelizedMarkMemo
  • Method Details

    • equals

      public boolean equals(Object othero)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getSource

      public VoxelizedMarkMemo getSource()
      Gets the source VoxelizedMarkMemo.
      Returns:
      the source VoxelizedMarkMemo
    • getDestination

      public VoxelizedMarkMemo getDestination()
      Gets the destination VoxelizedMarkMemo.
      Returns:
      the destination VoxelizedMarkMemo
    • toString

      public String toString()
      Overrides:
      toString in class Object