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