Uses of Class
net.imglib2.type.numeric.complex.ComplexDoubleType
-
Packages that use ComplexDoubleType Package Description net.imglib2.img.array net.imglib2.img.planar net.imglib2.type.numeric.complex -
-
Uses of ComplexDoubleType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type ComplexDoubleType Modifier and Type Method Description static ArrayImg<ComplexDoubleType,DoubleArray>
ArrayImgs. complexDoubles(double[] array, long... dim)
static ArrayImg<ComplexDoubleType,DoubleArray>
ArrayImgs. complexDoubles(long... dim)
static <A extends DoubleAccess>
ArrayImg<ComplexDoubleType,A>ArrayImgs. complexDoubles(A access, long... dim)
-
Uses of ComplexDoubleType in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type ComplexDoubleType Modifier and Type Method Description static PlanarImg<ComplexDoubleType,DoubleArray>
PlanarImgs. complexDoubles(long... dim)
-
Uses of ComplexDoubleType in net.imglib2.type.numeric.complex
Methods in net.imglib2.type.numeric.complex that return ComplexDoubleType Modifier and Type Method Description ComplexDoubleType
ComplexDoubleType. copy()
ComplexDoubleType
ComplexDoubleType. createVariable()
ComplexDoubleType
ComplexDoubleType. duplicateTypeOnSameNativeImg()
Methods in net.imglib2.type.numeric.complex that return types with arguments of type ComplexDoubleType Modifier and Type Method Description NativeImg<ComplexDoubleType,? extends DoubleAccess>
ComplexDoubleType. createSuitableNativeImg(NativeImgFactory<ComplexDoubleType> storageFactory, long[] dim)
Methods in net.imglib2.type.numeric.complex with parameters of type ComplexDoubleType Modifier and Type Method Description void
ComplexDoubleType. set(ComplexDoubleType c)
boolean
ComplexDoubleType. valueEquals(ComplexDoubleType t)
Method parameters in net.imglib2.type.numeric.complex with type arguments of type ComplexDoubleType Modifier and Type Method Description NativeImg<ComplexDoubleType,? extends DoubleAccess>
ComplexDoubleType. createSuitableNativeImg(NativeImgFactory<ComplexDoubleType> storageFactory, long[] dim)
-