public interface TransformedRandomAccessible<T> extends RandomAccessible<T>, View
Transform
to its source.Modifier and Type | Method and Description |
---|---|
RandomAccessible<T> |
getSource()
Get the source of the TransformedRandomAccessible.
|
Transform |
getTransformToSource()
Get the transformation from view coordinates into
source coordinates. |
getAt, getAt, getAt, randomAccess, randomAccess
numDimensions
RandomAccessible<T> getSource()
RandomAccessible
.Copyright © 2015–2022 ImgLib2. All rights reserved.