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 TypeMethodDescriptionboolean
To be equal an object has to be aCellIterationOrder
on aCellImg
of the same dimensions and cell-dimensions.
-
Constructor Details
-
CellIterationOrder
-
-
Method Details
-
equals
To be equal an object has to be aCellIterationOrder
on aCellImg
of the same dimensions and cell-dimensions.- Overrides:
equals
in classObject
- Returns:
- true, if obj is a compatible
CellIterationOrder
.
-