Package net.imglib2.iterator
Class OffsetableLocalizingIntervalIterator
java.lang.Object
net.imglib2.AbstractEuclideanSpace
net.imglib2.AbstractInterval
net.imglib2.iterator.IntervalIterator
net.imglib2.iterator.LocalizingIntervalIterator
net.imglib2.iterator.OffsetableLocalizingIntervalIterator
- All Implemented Interfaces:
Dimensions
,EuclideanSpace
,Interval
,Iterator
,Localizable
,RealInterval
,RealLocalizable
A
LocalizingIntervalIterator
that has an adjustable offset- Author:
- Stephan Preibisch
-
Field Summary
Fields inherited from class net.imglib2.iterator.LocalizingIntervalIterator
position
Fields inherited from class net.imglib2.iterator.IntervalIterator
dimensions, index, lastIndex, steps
Fields inherited from class net.imglib2.AbstractInterval
max, min
Fields inherited from class net.imglib2.AbstractEuclideanSpace
n
-
Constructor Summary
ConstructorsConstructorDescriptionOffsetableLocalizingIntervalIterator
(int[] dimensions) OffsetableLocalizingIntervalIterator
(int[] min, int[] max) OffsetableLocalizingIntervalIterator
(long[] dimensions) OffsetableLocalizingIntervalIterator
(long[] min, long[] max) OffsetableLocalizingIntervalIterator
(Interval interval) -
Method Summary
Methods inherited from class net.imglib2.iterator.LocalizingIntervalIterator
fwd, getDoublePosition, getFloatPosition, getIntPosition, getLongPosition, jumpFwd, localize, localize, localize, localize, reset
Methods inherited from class net.imglib2.iterator.IntervalIterator
create, dimension, dimensions, getIndex, hasNext, toString
Methods inherited from class net.imglib2.AbstractInterval
max, max, max, min, min, min, realMax, realMax, realMax, realMin, realMin, realMin
Methods inherited from class net.imglib2.AbstractEuclideanSpace
numDimensions
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.imglib2.EuclideanSpace
numDimensions
-
Constructor Details
-
OffsetableLocalizingIntervalIterator
public OffsetableLocalizingIntervalIterator(long[] dimensions) -
OffsetableLocalizingIntervalIterator
public OffsetableLocalizingIntervalIterator(int[] dimensions) -
OffsetableLocalizingIntervalIterator
public OffsetableLocalizingIntervalIterator(long[] min, long[] max) -
OffsetableLocalizingIntervalIterator
public OffsetableLocalizingIntervalIterator(int[] min, int[] max) -
OffsetableLocalizingIntervalIterator
-
-
Method Details
-
setMin
public void setMin(int[] min) Adjust the offset and reset the iterator- Parameters:
min
- - new offset
-
setMin
public void setMin(long[] min) Adjust the offset and reset the iterator- Parameters:
min
- - new offset
-