Interface TransformedRandomAccessible<T>

    • Method Detail

      • getSource

        RandomAccessible<T> getSource()
        Get the source of the TransformedRandomAccessible. This is the next element in the view hierarchy, for example, the next ExtendedRandomAccessibleInterval or the underlying Img.
        Returns:
        the source RandomAccessible.
      • getTransformToSource

        Transform getTransformToSource()
        Get the transformation from view coordinates into source coordinates.

        Note that this is the inverse of the ''view transform'' which maps source to view coordinates.

        Returns:
        transformation from view coordinates into source coordinates.