Package | Description |
---|---|
net.imglib2.img.array | |
net.imglib2.img.planar | |
net.imglib2.type.numeric.complex |
Modifier and Type | Method and Description |
---|---|
static <A extends DoubleAccess> |
ArrayImgs.complexDoubles(A access,
long... dim)
|
static ArrayImg<ComplexDoubleType,DoubleArray> |
ArrayImgs.complexDoubles(double[] array,
long... dim)
|
static ArrayImg<ComplexDoubleType,DoubleArray> |
ArrayImgs.complexDoubles(long... dim)
|
Modifier and Type | Method and Description |
---|---|
static PlanarImg<ComplexDoubleType,DoubleArray> |
PlanarImgs.complexDoubles(long... dim)
|
Modifier and Type | Method and Description |
---|---|
ComplexDoubleType |
ComplexDoubleType.copy() |
ComplexDoubleType |
ComplexDoubleType.createVariable() |
ComplexDoubleType |
ComplexDoubleType.duplicateTypeOnSameNativeImg() |
Modifier and Type | Method and Description |
---|---|
NativeImg<ComplexDoubleType,? extends DoubleAccess> |
ComplexDoubleType.createSuitableNativeImg(NativeImgFactory<ComplexDoubleType> storageFactory,
long[] dim) |
Modifier and Type | Method and Description |
---|---|
void |
ComplexDoubleType.set(ComplexDoubleType c) |
boolean |
ComplexDoubleType.valueEquals(ComplexDoubleType t) |
Modifier and Type | Method and Description |
---|---|
NativeImg<ComplexDoubleType,? extends DoubleAccess> |
ComplexDoubleType.createSuitableNativeImg(NativeImgFactory<ComplexDoubleType> storageFactory,
long[] dim) |
Copyright © 2009–2017 ImgLib2. All rights reserved.