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