Interface TransformedRandomAccessible<T>
- All Superinterfaces:
EuclideanSpace, RandomAccessible<T>, Typed<T>, View
- All Known Implementing Classes:
MixedTransformView, TransformView
A view of a RandomAccessible which is related by a coordinate
Transform to its source.-
Method Summary
Methods inherited from interface EuclideanSpace
numDimensionsMethods inherited from interface RandomAccessible
getAt, getAt, getAt, randomAccess, randomAccess
-
Method Details
-
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
-
getType
Description copied from interface:TypedGet an instance ofT.It should not be assumed that the returned
Tinstance is an independent copy. In particular, repeated calls togetType()may return the same instance.
-