| Package | Description |
|---|---|
| net.imglib2.img.array | |
| net.imglib2.type.numeric.integer |
| Modifier and Type | Method and Description |
|---|---|
static <A extends LongAccess> |
ArrayImgs.unsignedLongs(A access,
long... dim)
|
static ArrayImg<UnsignedLongType,LongArray> |
ArrayImgs.unsignedLongs(long... dim)
|
static ArrayImg<UnsignedLongType,LongArray> |
ArrayImgs.unsignedLongss(long[] array,
long... dim)
|
| Modifier and Type | Method and Description |
|---|---|
UnsignedLongType |
UnsignedLongType.copy() |
UnsignedLongType |
UnsignedLongType.createVariable() |
UnsignedLongType |
UnsignedLongType.duplicateTypeOnSameNativeImg() |
| Modifier and Type | Method and Description |
|---|---|
NativeImg<UnsignedLongType,? extends LongAccess> |
UnsignedLongType.createSuitableNativeImg(NativeImgFactory<UnsignedLongType> storageFactory,
long[] dim) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnsignedLongType.add(UnsignedLongType c) |
int |
UnsignedLongType.compareTo(UnsignedLongType c) |
void |
UnsignedLongType.div(UnsignedLongType c) |
void |
UnsignedLongType.mul(UnsignedLongType c) |
void |
UnsignedLongType.sub(UnsignedLongType c) |
| Modifier and Type | Method and Description |
|---|---|
NativeImg<UnsignedLongType,? extends LongAccess> |
UnsignedLongType.createSuitableNativeImg(NativeImgFactory<UnsignedLongType> storageFactory,
long[] dim) |
Copyright © 2009–2017 ImgLib2. All rights reserved.