Package | Description |
---|---|
net.imglib2.converter.readwrite.longaccess | |
net.imglib2.img.unsafe | |
net.imglib2.type.numeric.integer |
Modifier and Type | Method and Description |
---|---|
IntType |
IntLongAccessTypeIntTypeConverter.convert(Sampler<? extends IntLongAccessType> sampler) |
Constructor and Description |
---|
ConvertedAccess(IntLongAccessType type) |
Modifier and Type | Method and Description |
---|---|
static UnsafeImg<IntLongAccessType,IntLongAccess> |
UnsafeImgs.ints(IntLongAccess access,
long... dim)
|
static UnsafeImg<IntLongAccessType,IntArray> |
UnsafeImgs.ints(long... dim)
|
Modifier and Type | Method and Description |
---|---|
IntLongAccessType |
IntLongAccessType.copy() |
IntLongAccessType |
IntLongAccessType.createVariable() |
IntLongAccessType |
IntLongAccessType.duplicateTypeOnSameNativeImg() |
Modifier and Type | Method and Description |
---|---|
NativeLongAccessImg<IntLongAccessType,?> |
IntLongAccessType.createSuitableNativeImg(NativeLongAccessImgFactory<IntLongAccessType> storageFactory,
long[] dim) |
NativeLongAccessTypeFactory<IntLongAccessType,?> |
IntLongAccessType.getNativeLongAccessTypeFactory() |
Modifier and Type | Method and Description |
---|---|
NativeLongAccessImg<IntLongAccessType,?> |
IntLongAccessType.createSuitableNativeImg(NativeLongAccessImgFactory<IntLongAccessType> storageFactory,
long[] dim) |
Copyright © 2015–2022 ImgLib2. All rights reserved.