Package | Description |
---|---|
net.imglib2.display.screenimage.awt | |
net.imglib2.img.array | |
net.imglib2.img.planar | |
net.imglib2.type.numeric.integer |
Constructor and Description |
---|
UnsignedIntAWTScreenImage(UnsignedIntType type,
IntArray data,
long[] dim) |
Constructor and Description |
---|
UnsignedIntAWTScreenImage(ArrayImg<UnsignedIntType,IntArray> img) |
Modifier and Type | Method and Description |
---|---|
static <A extends IntAccess> |
ArrayImgs.unsignedInts(A access,
long... dim)
|
static ArrayImg<UnsignedIntType,IntArray> |
ArrayImgs.unsignedInts(int[] array,
long... dim)
|
static ArrayImg<UnsignedIntType,IntArray> |
ArrayImgs.unsignedInts(long... dim)
|
Modifier and Type | Method and Description |
---|---|
static PlanarImg<UnsignedIntType,IntArray> |
PlanarImgs.unsignedInts(long... dim)
|
Modifier and Type | Method and Description |
---|---|
UnsignedIntType |
UnsignedIntType.copy() |
UnsignedIntType |
UnsignedIntType.createVariable() |
UnsignedIntType |
UnsignedIntType.duplicateTypeOnSameNativeImg() |
Modifier and Type | Method and Description |
---|---|
NativeImg<UnsignedIntType,? extends IntAccess> |
UnsignedIntType.createSuitableNativeImg(NativeImgFactory<UnsignedIntType> storageFactory,
long[] dim) |
Modifier and Type | Method and Description |
---|---|
void |
UnsignedIntType.add(UnsignedIntType c) |
int |
UnsignedIntType.compareTo(UnsignedIntType c) |
void |
UnsignedIntType.div(UnsignedIntType c) |
void |
UnsignedIntType.mul(UnsignedIntType c) |
void |
UnsignedIntType.sub(UnsignedIntType c) |
Modifier and Type | Method and Description |
---|---|
NativeImg<UnsignedIntType,? extends IntAccess> |
UnsignedIntType.createSuitableNativeImg(NativeImgFactory<UnsignedIntType> storageFactory,
long[] dim) |
Copyright © 2009–2018 ImgLib2. All rights reserved.