Modifier and Type | Method and Description |
---|---|
abstract NativeLongAccessImg<T,? extends ShortLongAccess> |
NativeLongAccessImgFactory.createShortInstance(long[] dimensions,
Fraction entitiesPerPixel) |
Modifier and Type | Class and Description |
---|---|
class |
ShortUnsafe |
Modifier and Type | Class and Description |
---|---|
class |
OwningShortUnsafe |
Modifier and Type | Class and Description |
---|---|
class |
WrappedShortLongAccess<A extends ShortAccess>
TODO
|
Modifier and Type | Method and Description |
---|---|
static UnsafeImg<ShortLongAccessType,ShortLongAccess> |
UnsafeImgs.shorts(ShortLongAccess access,
long... dim)
|
static UnsafeImg<UnsignedShortLongAccessType,ShortLongAccess> |
UnsafeImgs.unsignedShorts(ShortLongAccess access,
long... dim)
|
Modifier and Type | Method and Description |
---|---|
static UnsafeImg<ShortLongAccessType,ShortLongAccess> |
UnsafeImgs.shorts(ShortLongAccess access,
long... dim)
|
static UnsafeImg<UnsignedShortLongAccessType,ShortLongAccess> |
UnsafeImgs.unsignedShorts(ShortLongAccess access,
long... dim)
|
Modifier and Type | Method and Description |
---|---|
static <T extends NativeLongAccessType<T>,A extends ShortLongAccess> |
NativeLongAccessTypeFactory.SHORT(Function<NativeLongAccessImg<T,? extends A>,T> createLinkedType) |
Modifier and Type | Field and Description |
---|---|
protected ShortLongAccess |
GenericShortLongAccessType.dataAccess |
Modifier and Type | Field and Description |
---|---|
protected NativeLongAccessImg<?,? extends ShortLongAccess> |
GenericShortLongAccessType.img |
Modifier and Type | Method and Description |
---|---|
NativeLongAccessImg<ShortLongAccessType,? extends ShortLongAccess> |
ShortLongAccessType.createSuitableNativeImg(NativeLongAccessImgFactory<ShortLongAccessType> storageFactory,
long[] dim) |
NativeLongAccessImg<UnsignedShortLongAccessType,? extends ShortLongAccess> |
UnsignedShortLongAccessType.createSuitableNativeImg(NativeLongAccessImgFactory<UnsignedShortLongAccessType> storageFactory,
long[] dim) |
Constructor and Description |
---|
GenericShortLongAccessType(ShortLongAccess access) |
ShortLongAccessType(ShortLongAccess access) |
UnsignedShortLongAccessType(ShortLongAccess access) |
Constructor and Description |
---|
GenericShortLongAccessType(NativeLongAccessImg<?,? extends ShortLongAccess> shortStorage) |
ShortLongAccessType(NativeLongAccessImg<?,? extends ShortLongAccess> img) |
UnsignedShortLongAccessType(NativeLongAccessImg<?,? extends ShortLongAccess> img) |
Copyright © 2015–2022 ImgLib2. All rights reserved.