Modifier and Type | Method and Description |
---|---|
abstract NativeLongAccessImg<T,? extends IntLongAccess> |
NativeLongAccessImgFactory.createIntInstance(long[] dimensions,
Fraction entitiesPerPixel) |
Modifier and Type | Class and Description |
---|---|
class |
IntUnsafe |
Modifier and Type | Class and Description |
---|---|
class |
OwningIntUnsafe |
Modifier and Type | Class and Description |
---|---|
class |
WrappedIntLongAccess<A extends IntAccess>
TODO
|
Modifier and Type | Method and Description |
---|---|
static UnsafeImg<ARGBLongAccessType,IntLongAccess> |
UnsafeImgs.argbs(IntLongAccess access,
long... dim)
|
static UnsafeImg<IntLongAccessType,IntLongAccess> |
UnsafeImgs.ints(IntLongAccess access,
long... dim)
|
static UnsafeImg<UnsignedIntLongAccessType,IntLongAccess> |
UnsafeImgs.unsignedInts(IntLongAccess access,
long... dim)
|
Modifier and Type | Method and Description |
---|---|
static UnsafeImg<ARGBLongAccessType,IntLongAccess> |
UnsafeImgs.argbs(IntLongAccess access,
long... dim)
|
static UnsafeImg<IntLongAccessType,IntLongAccess> |
UnsafeImgs.ints(IntLongAccess access,
long... dim)
|
static UnsafeImg<UnsignedIntLongAccessType,IntLongAccess> |
UnsafeImgs.unsignedInts(IntLongAccess access,
long... dim)
|
Modifier and Type | Method and Description |
---|---|
static <T extends NativeLongAccessType<T>,A extends IntLongAccess> |
NativeLongAccessTypeFactory.INT(Function<NativeLongAccessImg<T,? extends A>,T> createLinkedType) |
Modifier and Type | Field and Description |
---|---|
protected IntLongAccess |
ARGBLongAccessType.dataAccess |
Modifier and Type | Field and Description |
---|---|
protected NativeLongAccessImg<?,? extends IntLongAccess> |
ARGBLongAccessType.img |
Modifier and Type | Method and Description |
---|---|
NativeLongAccessImg<ARGBLongAccessType,? extends IntLongAccess> |
ARGBLongAccessType.createSuitableNativeImg(NativeLongAccessImgFactory<ARGBLongAccessType> storageFactory,
long[] dim) |
Constructor and Description |
---|
ARGBLongAccessType(IntLongAccess access) |
Constructor and Description |
---|
ARGBLongAccessType(NativeLongAccessImg<?,? extends IntLongAccess> intStorage) |
Modifier and Type | Field and Description |
---|---|
protected IntLongAccess |
GenericIntLongAccessType.dataAccess |
Modifier and Type | Field and Description |
---|---|
protected NativeLongAccessImg<?,? extends IntLongAccess> |
GenericIntLongAccessType.img |
Modifier and Type | Method and Description |
---|---|
NativeLongAccessImg<UnsignedIntLongAccessType,? extends IntLongAccess> |
UnsignedIntLongAccessType.createSuitableNativeImg(NativeLongAccessImgFactory<UnsignedIntLongAccessType> storageFactory,
long[] dim) |
Constructor and Description |
---|
GenericIntLongAccessType(IntLongAccess access) |
IntLongAccessType(IntLongAccess access) |
UnsignedIntLongAccessType(IntLongAccess access) |
Constructor and Description |
---|
GenericIntLongAccessType(NativeLongAccessImg<?,? extends IntLongAccess> intStorage) |
IntLongAccessType(NativeLongAccessImg<?,? extends IntLongAccess> img) |
UnsignedIntLongAccessType(NativeLongAccessImg<?,? extends IntLongAccess> img) |
Copyright © 2015–2022 ImgLib2. All rights reserved.