Package | Description |
---|---|
net.imglib2.algorithm.bspline | |
net.imglib2.img.sparse | |
net.imglib2.iterator |
Modifier and Type | Method and Description |
---|---|
static IntervalIterator |
BSplineDecomposition.getIterator(Interval interval,
int dim) |
static IntervalIterator |
BSplineDecomposition.getIterator(Interval paddedInterval,
Interval originalInterval,
int dim) |
Modifier and Type | Class and Description |
---|---|
class |
NtreeCursor<T extends NativeType<T>> |
Modifier and Type | Class and Description |
---|---|
class |
LocalizingIntervalIterator
Use this class to iterate a virtual
Interval in flat order, that is:
row by row, plane by plane, cube by cube, ... |
class |
LocalizingZeroMinIntervalIterator
Use this class to iterate a virtual rectangular
Interval whose
min coordinates are at 0n in flat order, that
is: row by row, plane by plane, cube by cube, ... |
class |
OffsetableIntervalIterator
A
IntervalIterator that has an adjustable offset |
class |
OffsetableLocalizingIntervalIterator
A
LocalizingIntervalIterator that has an adjustable offset |
class |
ZeroMinIntervalIterator
Use this class to iterate a virtual rectangular
Interval whose
min coordinates are at 0n in flat order, that
is: row by row, plane by plane, cube by cube, ... |
Modifier and Type | Method and Description |
---|---|
static IntervalIterator |
IntervalIterator.create(Interval interval) |
Copyright © 2015–2022 ImgLib2. All rights reserved.