Modifier and Type | Method and Description |
---|---|
abstract <T extends Type<T>> |
DirectAccessContainerFactory.createByteInstance(int[] dimensions,
int entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
ArrayContainerFactory.createByteInstance(int[] dimensions,
int entitiesPerPixel) |
Modifier and Type | Class and Description |
---|---|
class |
ByteArray
TODO
|
class |
NIOByteArray
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
ByteDynamicContainerAccessor
TODO
|
Modifier and Type | Method and Description |
---|---|
DirectAccessContainer<UnsignedByteType,? extends ByteAccess> |
UnsignedByteType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
DirectAccessContainer<ByteType,? extends ByteAccess> |
ByteType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
Constructor and Description |
---|
ByteType(DirectAccessContainer<ByteType,? extends ByteAccess> byteStorage) |
GenericByteType(DirectAccessContainer<T,? extends ByteAccess> byteStorage) |
UnsignedByteType(DirectAccessContainer<UnsignedByteType,? extends ByteAccess> byteStorage) |
Modifier and Type | Class and Description |
---|---|
class |
ExistingByteArrays
Instead of creating new cell arrays, it return the corresponding array from a predefined list
|
Copyright © 2015–2021 Fiji. All rights reserved.