Class CellIterationOrder


  • public class CellIterationOrder
    extends java.lang.Object
    Iteration order for a CellImg. A CellImg is iterated cell by cell, where each cell is iterated in flat iteration order.
    Author:
    Tobias Pietzsch
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      To be equal an object has to be a CellIterationOrder on a CellImg of the same dimensions and cell-dimensions.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CellIterationOrder

        public CellIterationOrder​(AbstractCellImg<?,​?,​?,​?> img)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        To be equal an object has to be a CellIterationOrder on a CellImg of the same dimensions and cell-dimensions.
        Overrides:
        equals in class java.lang.Object
        Returns:
        true, if obj is a compatible CellIterationOrder.