Modifier and Type | Class and Description |
---|---|
class |
BitArray
TODO
|
class |
ByteArray
TODO
|
class |
CharArray
TODO
|
class |
DoubleArray
TODO
|
class |
FakeArray
TODO
|
class |
FloatArray
TODO
|
class |
IntArray
TODO
|
class |
LongArray
TODO
|
class |
NIOByteArray
TODO
|
class |
NIOCharArray
TODO
|
class |
NIODoubleArray
TODO
|
class |
NIOFloatArray
Core array type used for float[] data
|
class |
NIOIntArray
TODO
|
class |
NIOLongArray
TODO
|
class |
NIOShortArray
TODO
|
class |
ShortArray
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
Cell<T extends Type<T>,A extends ArrayDataAccess<A>>
TODO
|
class |
CellContainer<T extends Type<T>,A extends ArrayDataAccess<A>>
TODO
|
Modifier and Type | Field and Description |
---|---|
protected A |
Cell.data |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
PlanarContainer<T extends Type<T>,A extends ArrayDataAccess<A>>
A
Container that stores data in an array of 2d-slices each as a
linear array of basic types. |
Modifier and Type | Method and Description |
---|---|
static ArrayDataAccess<?> |
ImageOpener.makeArray(Object array)
Wraps raw primitive array in imglib Array object.
|
Modifier and Type | Method and Description |
---|---|
static PlanarAccess<ArrayDataAccess<?>> |
ImageOpener.getPlanarAccess(Image<?> im)
Obtains planar access instance backing the given image, if any.
|
Modifier and Type | Class and Description |
---|---|
class |
ExistingByteArrays
Instead of creating new cell arrays, it return the corresponding array from a predefined list
|
class |
ExistingCharArrays
Instead of creating new cell arrays, it return the corresponding array from a predefined list
|
class |
ExistingDoubleArrays
Instead of creating new cell arrays, it return the corresponding array from a predefined list
|
class |
ExistingFloatArrays
Instead of creating new cell arrays, it return the corresponding array from a predefined list
|
class |
ExistingIntArrays
Instead of creating new cell arrays, it return the corresponding array from a predefined list
|
class |
ExistingLongArrays
Instead of creating new cell arrays, it return the corresponding array from a predefined list
|
class |
ExistingShortArrays
Instead of creating new cell arrays, it return the corresponding array from a predefined list
|
Constructor and Description |
---|
PredefinedCellContainerFactory(int[] cellSize,
ArrayDataAccess<?> existingArrays) |
PredefinedCellContainerFactory(int cellSize,
ArrayDataAccess<?> existingArrays) |
Copyright © 2015–2021 Fiji. All rights reserved.