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
positionFields inherited from class net.imglib2.iterator.IntervalIterator
dimensions, index, lastIndex, stepsFields inherited from class net.imglib2.AbstractInterval
max, minFields 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, resetMethods inherited from class net.imglib2.iterator.IntervalIterator
create, dimension, dimensions, getIndex, hasNext, toStringMethods inherited from class net.imglib2.AbstractInterval
max, max, max, min, min, min, realMax, realMax, realMax, realMin, realMin, realMinMethods inherited from class net.imglib2.AbstractEuclideanSpace
numDimensionsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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
-