| Modifier and Type | Method and Description |
|---|---|
abstract NativeImg<T,? extends ByteAccess> |
NativeImgFactory.createByteInstance(long[] dimensions,
Fraction entitiesPerPixel) |
| Modifier and Type | Method and Description |
|---|---|
static <A extends ByteAccess> |
ArrayImgs.bytes(A access,
long... dim)
|
static <A extends ByteAccess> |
ArrayImgs.unsignedBytes(A access,
long... dim)
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractByteArray<A extends AbstractByteArray<A>> |
class |
ByteArray |
class |
DirtyByteArray |
| Modifier and Type | Interface and Description |
|---|---|
interface |
VolatileByteAccess |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVolatileByteArray<A extends AbstractVolatileByteArray<A>> |
class |
DirtyVolatileByteArray
A
ByteArray with an DirtyVolatileByteArray.isDirty() and an AbstractVolatileByteArray.isValid()
flag. |
class |
VolatileByteArray
A
ByteArray with an AbstractVolatileByteArray.isValid() flag. |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteNtree
ByteAccess based on a
Ntree. |
| Modifier and Type | Field and Description |
|---|---|
protected ByteAccess |
GenericByteType.dataAccess |
| Modifier and Type | Field and Description |
|---|---|
protected NativeImg<?,? extends ByteAccess> |
GenericByteType.img |
| Modifier and Type | Method and Description |
|---|---|
NativeImg<ByteType,? extends ByteAccess> |
ByteType.createSuitableNativeImg(NativeImgFactory<ByteType> storageFactory,
long[] dim) |
NativeImg<UnsignedByteType,? extends ByteAccess> |
UnsignedByteType.createSuitableNativeImg(NativeImgFactory<UnsignedByteType> storageFactory,
long[] dim) |
| Constructor and Description |
|---|
ByteType(ByteAccess access) |
GenericByteType(ByteAccess access) |
UnsignedByteType(ByteAccess access) |
| Constructor and Description |
|---|
ByteType(NativeImg<?,? extends ByteAccess> img) |
GenericByteType(NativeImg<?,? extends ByteAccess> byteStorage) |
UnsignedByteType(NativeImg<?,? extends ByteAccess> img) |
Copyright © 2009–2017 ImgLib2. All rights reserved.