Package | Description |
---|---|
net.imglib2.converter.readwrite.longaccess | |
net.imglib2.img.unsafe | |
net.imglib2.type.numeric.integer |
Modifier and Type | Method and Description |
---|---|
UnsignedByteType |
UnsignedByteLongAccessTypeUnsignedByteTypeConverter.convert(Sampler<? extends UnsignedByteLongAccessType> sampler) |
Constructor and Description |
---|
ConvertedAccess(UnsignedByteLongAccessType type) |
Modifier and Type | Method and Description |
---|---|
static UnsafeImg<UnsignedByteLongAccessType,ByteLongAccess> |
UnsafeImgs.unsignedBytes(ByteLongAccess access,
long... dim)
|
static UnsafeImg<UnsignedByteLongAccessType,OwningByteUnsafe> |
UnsafeImgs.unsignedBytes(long... dim)
|
Modifier and Type | Method and Description |
---|---|
UnsignedByteLongAccessType |
UnsignedByteLongAccessType.copy() |
UnsignedByteLongAccessType |
UnsignedByteLongAccessType.createVariable() |
UnsignedByteLongAccessType |
UnsignedByteLongAccessType.duplicateTypeOnSameNativeImg() |
Modifier and Type | Method and Description |
---|---|
NativeLongAccessImg<UnsignedByteLongAccessType,? extends ByteLongAccess> |
UnsignedByteLongAccessType.createSuitableNativeImg(NativeLongAccessImgFactory<UnsignedByteLongAccessType> storageFactory,
long[] dim) |
NativeLongAccessTypeFactory<UnsignedByteLongAccessType,?> |
UnsignedByteLongAccessType.getNativeLongAccessTypeFactory() |
Modifier and Type | Method and Description |
---|---|
void |
UnsignedByteLongAccessType.add(UnsignedByteLongAccessType c) |
int |
UnsignedByteLongAccessType.compareTo(UnsignedByteLongAccessType c) |
void |
UnsignedByteLongAccessType.div(UnsignedByteLongAccessType c) |
void |
UnsignedByteLongAccessType.mul(UnsignedByteLongAccessType c) |
void |
UnsignedByteLongAccessType.sub(UnsignedByteLongAccessType c) |
Modifier and Type | Method and Description |
---|---|
NativeLongAccessImg<UnsignedByteLongAccessType,? extends ByteLongAccess> |
UnsignedByteLongAccessType.createSuitableNativeImg(NativeLongAccessImgFactory<UnsignedByteLongAccessType> storageFactory,
long[] dim) |
Copyright © 2015–2022 ImgLib2. All rights reserved.