Class CellRandomAccess<T extends NativeType<T>,​C extends Cell<?>>

    • Field Detail

      • randomAccessOnCells

        protected final RandomAccess<C extends Cell<?>> randomAccessOnCells
      • cellDims

        protected final int[] cellDims
      • dimensions

        protected final long[] dimensions
      • currentCellSteps

        protected int[] currentCellSteps
      • currentCellMin

        protected long[] currentCellMin
      • currentCellMax

        protected long[] currentCellMax
      • isOutOfBounds

        protected boolean isOutOfBounds
      • oobCellMin

        protected final long[] oobCellMin
      • oobCellMax

        protected final long[] oobCellMax
      • index

        protected int index
        The current index of the type. It is faster to duplicate this here than to access it through type.getIndex().
    • Constructor Detail

      • CellRandomAccess

        public CellRandomAccess​(AbstractCellImg<T,​?,​C,​?> img)