Package net.imglib2

Interface IterableInterval<T>

    • Method Detail

      • cursor

        Cursor<T> cursor()
        Description copied from interface: IterableRealInterval

        Returns a RealCursor that iterates with optimal speed without calculating the location at each iteration step. Localization is performed on demand.

        Use this where localization is required rarely/ not for each iteration.

        Specified by:
        cursor in interface IterableRealInterval<T>
        Returns:
        fast iterating iterator