Modifier and Type | Class and Description |
---|---|
static class |
ByteLongAccessTypeByteTypeConverter.ConvertedAccess |
static class |
UnsignedByteLongAccessTypeUnsignedByteTypeConverter.ConvertedAccess |
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 | Method and Description |
---|---|
static void |
Accesses.copy(ByteAccess src,
int srcPos,
ByteAccess dest,
int destPos,
int length)
Following
System.arraycopy(java.lang.Object, int, java.lang.Object, int, int) , copies length elements from
the specified source access, beginning at the specified position
srcPos , to the specified position of the destination array
destPos . |
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 | Interface and Description |
---|---|
interface |
ByteLongAccess
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
ByteUnsafe |
Modifier and Type | Class and Description |
---|---|
class |
OwningByteUnsafe |
Modifier and Type | Class and Description |
---|---|
class |
WrappedByteLongAccess<A extends ByteAccess>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
WrappedByteLongAccess<A extends ByteAccess>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
ByteAccessProxy<T extends GenericByteType<T>>
Proxy access over any
GenericByteType container. |
Modifier and Type | Class and Description |
---|---|
class |
ByteNtree
ByteAccess based on a
Ntree . |
Modifier and Type | Method and Description |
---|---|
static <T extends NativeType<T>,A extends ByteAccess> |
NativeTypeFactory.BYTE(Function<NativeImg<T,? extends A>,T> createLinkedType) |
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 |
---|---|
NativeTypeFactory<UnsignedByteType,ByteAccess> |
UnsignedByteType.getNativeTypeFactory() |
abstract NativeTypeFactory<T,ByteAccess> |
GenericByteType.getNativeTypeFactory() |
NativeTypeFactory<ByteType,ByteAccess> |
ByteType.getNativeTypeFactory() |
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 © 2015–2022 ImgLib2. All rights reserved.