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
public class OffsetableLocalizingIntervalIterator extends LocalizingIntervalIterator
ALocalizingIntervalIterator
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
Constructors Constructor Description OffsetableLocalizingIntervalIterator(int[] dimensions)
OffsetableLocalizingIntervalIterator(int[] min, int[] max)
OffsetableLocalizingIntervalIterator(long[] dimensions)
OffsetableLocalizingIntervalIterator(long[] min, long[] max)
OffsetableLocalizingIntervalIterator(Interval interval)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setMin(int[] min)
Adjust the offset and reset the iteratorvoid
setMin(long[] min)
Adjust the offset and reset the iterator-
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 Detail
-
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
public OffsetableLocalizingIntervalIterator(Interval interval)
-
-