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