Package | Description |
---|---|
mpicbg.imglib.container.imageplus | |
mpicbg.imglib.cursor.imageplus |
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 |
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 ImagePlusContainer<T,?> |
ImagePlusLocalizablePlaneCursor.container |
protected ImagePlusContainer<T,?> |
ImagePlusLocalizableCursor.container |
protected ImagePlusContainer<T,?> |
ImagePlusLocalizableByDimOutOfBoundsCursor.container |
protected ImagePlusContainer<T,?> |
ImagePlusLocalizableByDimCursor.container |
protected ImagePlusContainer<T,?> |
ImagePlusCursor.container |
Modifier and Type | Method and Description |
---|---|
ImagePlusContainer<T,?> |
ImagePlusLocalizablePlaneCursor.getStorageContainer() |
ImagePlusContainer<T,?> |
ImagePlusLocalizableCursor.getStorageContainer() |
ImagePlusContainer<T,?> |
ImagePlusLocalizableByDimOutOfBoundsCursor.getStorageContainer() |
ImagePlusContainer<T,?> |
ImagePlusLocalizableByDimCursor.getStorageContainer() |
ImagePlusContainer<T,?> |
ImagePlusCursor.getStorageContainer() |
Constructor and Description |
---|
ImagePlusCursor(ImagePlusContainer<T,?> container,
Image<T> image,
T type) |
ImagePlusCursor2D(ImagePlusContainer<T,?> container,
Image<T> image,
T type) |
ImagePlusLocalizableByDimCursor(ImagePlusContainer<T,?> container,
Image<T> image,
T type) |
ImagePlusLocalizableByDimOutOfBoundsCursor(ImagePlusContainer<T,?> container,
Image<T> image,
T type,
OutOfBoundsStrategyFactory<T> outOfBoundsStrategyFactory) |
ImagePlusLocalizableCursor(ImagePlusContainer<T,?> container,
Image<T> image,
T type) |
ImagePlusLocalizablePlaneCursor(ImagePlusContainer<T,?> container,
Image<T> image,
T type) |
Copyright © 2015–2021 Fiji. All rights reserved.