Class IterableTransformBuilder<T>

    • Field Detail

      • interval

        protected Interval interval
        The interval which should be iterated.

        Currently, no transformations are done on this, because the cases where an optimized IterableInterval can be returned do not allow for any transformation except a single slicing. In the future, it may become necessary, to propagated the interval through the transforms down the view hierarchy.

    • Constructor Detail

      • IterableTransformBuilder

        public IterableTransformBuilder​(Interval interval,
                                        RandomAccessible<T> randomAccessible)
        Create a new IterableTransformBuilder. This calls the the super constructor to gather and simplify transformations.
        Parameters:
        interval - the interval of randomAccessible which should be iterated.
        randomAccessible - the RandomAccessible that should be iterated.