Package | Description |
---|---|
net.imglib2.converter.readwrite.longaccess | |
net.imglib2.img.array | |
net.imglib2.type.numeric.integer |
Modifier and Type | Method and Description |
---|---|
UnsignedLongType |
UnsignedLongLongAccessTypeUnsignedLongTypeConverter.convert(Sampler<? extends UnsignedLongLongAccessType> sampler) |
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.unsignedLongs(long[] array,
long... dim)
|
static ArrayImg<UnsignedLongType,LongArray> |
ArrayImgs.unsignedLongss(long[] array,
long... dim)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
UnsignedLongType |
UnsignedLongType.copy() |
UnsignedLongType |
UnsignedLongType.createVariable() |
UnsignedLongType |
UnsignedLongType.duplicateTypeOnSameNativeImg() |
Modifier and Type | Method and Description |
---|---|
NativeTypeFactory<UnsignedLongType,LongAccess> |
UnsignedLongType.getNativeTypeFactory() |
Modifier and Type | Method and Description |
---|---|
void |
UnsignedLongType.add(UnsignedLongType c) |
int |
UnsignedLongType.compareTo(UnsignedLongType other) |
void |
UnsignedLongType.div(UnsignedLongType c) |
void |
UnsignedLongType.mul(UnsignedLongType c) |
void |
UnsignedLongType.sub(UnsignedLongType c) |
Copyright © 2015–2022 ImgLib2. All rights reserved.