Package | Description |
---|---|
mpicbg.imglib.container.imageplus | |
mpicbg.imglib.cursor.planar |
Modifier and Type | Class and Description |
---|---|
class |
ByteImagePlus<T extends Type<T>>
ImagePlusContainer for byte-stored data. |
class |
FloatImagePlus<T extends Type<T>>
ImagePlusContainer for float-stored data. |
class |
ImagePlusContainer<T extends Type<T>,A extends ArrayDataAccess<A>>
A
Container that stores data in an aray of 2d-slices each as a
linear array of basic types. |
class |
IntImagePlus<T extends Type<T>>
ImagePlusContainer for integer-stored data. |
class |
ShortImagePlus<T extends Type<T>>
ImagePlusContainer for short-stored data. |
Modifier and Type | Field and Description |
---|---|
protected PlanarContainer<T,?> |
PlanarCursor.container |
Modifier and Type | Method and Description |
---|---|
PlanarContainer<T,?> |
PlanarCursor.getStorageContainer() |
Constructor and Description |
---|
PlanarCursor(PlanarContainer<T,?> container,
Image<T> image,
T type) |
PlanarCursor2D(PlanarContainer<T,?> container,
Image<T> image,
T type) |
PlanarLocalizableByDimCursor(PlanarContainer<T,?> container,
Image<T> image,
T type) |
PlanarLocalizableByDimOutOfBoundsCursor(PlanarContainer<T,?> container,
Image<T> image,
T type,
OutOfBoundsStrategyFactory<T> outOfBoundsStrategyFactory) |
PlanarLocalizableCursor(PlanarContainer<T,?> container,
Image<T> image,
T type) |
PlanarLocalizablePlaneCursor(PlanarContainer<T,?> container,
Image<T> image,
T type) |
Copyright © 2015–2021 Fiji. All rights reserved.