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