T
- some BooleanType
indicating containment in regionpublic interface PositionableIterableRegion<T extends BooleanType<T>> extends IterableRegion<T>, PositionableIterableInterval<Void>
IterableRegion
that can be moved around.
We put interfaces RandomAccessibleInterval<BooleanType>
, extended by
IterableRegion<BooleanType>
, extended by
PositionableIterableRegion<BooleanType>
into this sequence such that
the Regions
methods that "add capabilities" (being iterable,
positionable) can have appropriate result types.
Modifier and Type | Method and Description |
---|---|
PositionableIterableRegion<T> |
copy()
Make a copy of this
PositionableIterableInterval which can be
positioned independently. |
getAt, getAt, getAt, randomAccess, randomAccess
origin
cursor, localizingCursor
firstElement, iterationOrder, size
forEach, iterator, spliterator
dimension, max, max, max, maxAsLongArray, maxAsPoint, min, min, min, minAsLongArray, minAsPoint, realMax, realMin
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint, realMax, realMax, realMin, realMin
allPositive, allPositive, dimensions, dimensions, dimensionsAsLongArray, dimensionsAsPoint, verify, verify, verifyAllPositive, verifyAllPositive
numDimensions
getDoublePosition, getFloatPosition, getIntPosition, getLongPosition, localize, localize, localize, positionAsLongArray, positionAsPoint
localize, localize, localize, positionAsDoubleArray, positionAsRealPoint
bck, fwd, move, move, move, move, move, setPosition, setPosition, setPosition, setPosition, setPosition
PositionableIterableRegion<T> copy()
PositionableIterableInterval
PositionableIterableInterval
which can be
positioned independently.copy
in interface PositionableIterableInterval<Void>
Copyright © 2015–2022 ImgLib2. All rights reserved.