Class PlanarLocalizingCursor<T extends NativeType<T>>

    • Field Detail

      • lastIndex

        protected final int lastIndex
      • lastSliceIndex

        protected final int lastSliceIndex
      • sliceIndex

        protected int sliceIndex
      • index

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

        protected final int[] max
        Maximum of the PlanarImg in every dimension. This is used to check isOutOfBounds().
    • Constructor Detail

      • PlanarLocalizingCursor

        public PlanarLocalizingCursor​(PlanarImg<T,​?> container)