Package net.imglib2.img.cell
Class CellIterationOrder
java.lang.Object
net.imglib2.img.cell.CellIterationOrder
Iteration order for a
CellImg. A CellImg is iterated cell by
cell, where each cell is iterated in flat iteration order.- Author:
- Tobias Pietzsch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanTo be equal an object has to be aCellIterationOrderon aCellImgof the same dimensions and cell-dimensions.
-
Constructor Details
-
CellIterationOrder
-
-
Method Details
-
equals
To be equal an object has to be aCellIterationOrderon aCellImgof the same dimensions and cell-dimensions.- Overrides:
equalsin classObject- Returns:
- true, if obj is a compatible
CellIterationOrder.
-