Package net.imglib2.iterator
Class OffsetableIntervalIterator
java.lang.Object
net.imglib2.AbstractEuclideanSpace
net.imglib2.AbstractInterval
net.imglib2.iterator.IntervalIterator
net.imglib2.iterator.OffsetableIntervalIterator
- All Implemented Interfaces:
Dimensions
,EuclideanSpace
,Interval
,Iterator
,Localizable
,RealInterval
,RealLocalizable
A
IntervalIterator
that has an adjustable offset- Author:
- Stephan Preibisch
-
Field Summary
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
ConstructorsConstructorDescriptionOffsetableIntervalIterator
(int[] dimensions) OffsetableIntervalIterator
(int[] min, int[] max) OffsetableIntervalIterator
(long[] dimensions) OffsetableIntervalIterator
(long[] min, long[] max) OffsetableIntervalIterator
(Interval interval) -
Method Summary
Methods inherited from class net.imglib2.iterator.IntervalIterator
create, dimension, dimensions, fwd, getDoublePosition, getFloatPosition, getIndex, getIntPosition, getLongPosition, hasNext, jumpFwd, localize, localize, localize, localize, reset, 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
-
OffsetableIntervalIterator
public OffsetableIntervalIterator(long[] dimensions) -
OffsetableIntervalIterator
public OffsetableIntervalIterator(int[] dimensions) -
OffsetableIntervalIterator
public OffsetableIntervalIterator(long[] min, long[] max) -
OffsetableIntervalIterator
public OffsetableIntervalIterator(int[] min, int[] max) -
OffsetableIntervalIterator
-
-
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
-