Modifier and Type | Method and Description |
---|---|
abstract <T extends Type<T>> |
DirectAccessContainerFactory.createShortInstance(int[] dimensions,
int entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
ArrayContainerFactory.createShortInstance(int[] dimensions,
int entitiesPerPixel) |
Modifier and Type | Class and Description |
---|---|
class |
NIOShortArray
TODO
|
class |
ShortArray
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
ShortDynamicContainerAccessor
TODO
|
Modifier and Type | Method and Description |
---|---|
DirectAccessContainer<UnsignedShortType,? extends ShortAccess> |
UnsignedShortType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
DirectAccessContainer<ShortType,? extends ShortAccess> |
ShortType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
Constructor and Description |
---|
GenericShortType(DirectAccessContainer<T,? extends ShortAccess> shortStorage) |
ShortType(DirectAccessContainer<ShortType,? extends ShortAccess> shortStorage) |
UnsignedShortType(DirectAccessContainer<UnsignedShortType,? extends ShortAccess> shortStorage) |
Modifier and Type | Class and Description |
---|---|
class |
ExistingShortArrays
Instead of creating new cell arrays, it return the corresponding array from a predefined list
|
Copyright © 2015–2021 Fiji. All rights reserved.