public class IterationCodeBuilder extends AbstractEuclideanSpace implements IterationCode
IterationCode
by accumulating
coordinates.Modifier and Type | Field and Description |
---|---|
protected long[] |
curr |
protected long[] |
prev |
n
Constructor and Description |
---|
IterationCodeBuilder(int numDimensions,
long minX) |
Modifier and Type | Method and Description |
---|---|
void |
add(Localizable pos)
Accumulate the given coordinates.
|
void |
finish() |
long[] |
getBoundingBoxMax() |
long[] |
getBoundingBoxMin() |
gnu.trove.list.array.TIntArrayList |
getItcode() |
long |
getSize() |
numDimensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
numDimensions
public void add(Localizable pos)
IterationCode
will not be optimal...).public void finish()
public gnu.trove.list.array.TIntArrayList getItcode()
getItcode
in interface IterationCode
public long getSize()
getSize
in interface IterationCode
public long[] getBoundingBoxMin()
getBoundingBoxMin
in interface IterationCode
public long[] getBoundingBoxMax()
getBoundingBoxMax
in interface IterationCode
Copyright © 2015–2022 ImgLib2. All rights reserved.