Package net.imglib2.img.cell
Class CellIterationOrder
- java.lang.Object
-
- net.imglib2.img.cell.CellIterationOrder
-
-
Constructor Summary
Constructors Constructor Description CellIterationOrder(AbstractCellImg<?,?,?,?> img)
-
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 aCellIterationOrder
on aCellImg
of the same dimensions and cell-dimensions.
-
-
-
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 aCellIterationOrder
on aCellImg
of the same dimensions and cell-dimensions.- Overrides:
equals
in classjava.lang.Object
- Returns:
- true, if obj is a compatible
CellIterationOrder
.
-
-