| Package | Description |
|---|---|
| net.imglib2.display.screenimage.awt | |
| net.imglib2.img.array | |
| net.imglib2.img.planar | |
| net.imglib2.type.numeric.integer |
| Constructor and Description |
|---|
IntAWTScreenImage(IntType type,
IntArray data,
long[] dim) |
| Constructor and Description |
|---|
IntAWTScreenImage(ArrayImg<IntType,IntArray> img) |
| Modifier and Type | Method and Description |
|---|---|
static <A extends IntAccess> |
ArrayImgs.ints(A access,
long... dim)
|
static ArrayImg<IntType,IntArray> |
ArrayImgs.ints(int[] array,
long... dim)
|
static ArrayImg<IntType,IntArray> |
ArrayImgs.ints(long... dim)
|
| Modifier and Type | Method and Description |
|---|---|
static PlanarImg<IntType,IntArray> |
PlanarImgs.ints(long... dim)
|
| Modifier and Type | Method and Description |
|---|---|
IntType |
IntType.copy() |
IntType |
IntType.createVariable() |
IntType |
IntType.duplicateTypeOnSameNativeImg() |
| Modifier and Type | Method and Description |
|---|---|
NativeImg<IntType,? extends IntAccess> |
IntType.createSuitableNativeImg(NativeImgFactory<IntType> storageFactory,
long[] dim) |
| Modifier and Type | Method and Description |
|---|---|
NativeImg<IntType,? extends IntAccess> |
IntType.createSuitableNativeImg(NativeImgFactory<IntType> storageFactory,
long[] dim) |
Copyright © 2009–2017 ImgLib2. All rights reserved.