Uses of Class
net.imglib2.type.numeric.complex.ComplexDoubleType
Packages that use ComplexDoubleType
-
Uses of ComplexDoubleType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type ComplexDoubleTypeModifier and TypeMethodDescriptionstatic final ArrayImg<ComplexDoubleType, DoubleArray> ArrayImgs.complexDoubles(double[] array, long... dim) static final ArrayImg<ComplexDoubleType, DoubleArray> ArrayImgs.complexDoubles(long... dim) static final <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 ComplexDoubleTypeModifier and TypeMethodDescriptionstatic final 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 ComplexDoubleTypeModifier and TypeMethodDescriptionComplexDoubleType.copy()ComplexDoubleType.createVariable()ComplexDoubleType.duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.complex that return types with arguments of type ComplexDoubleTypeModifier and TypeMethodDescriptionNativeImg<ComplexDoubleType, ? extends DoubleAccess> ComplexDoubleType.createSuitableNativeImg(NativeImgFactory<ComplexDoubleType> storageFactory, long[] dim) Methods in net.imglib2.type.numeric.complex with parameters of type ComplexDoubleTypeModifier and TypeMethodDescriptionvoidComplexDoubleType.set(ComplexDoubleType c) booleanComplexDoubleType.valueEquals(ComplexDoubleType t) Method parameters in net.imglib2.type.numeric.complex with type arguments of type ComplexDoubleTypeModifier and TypeMethodDescriptionNativeImg<ComplexDoubleType, ? extends DoubleAccess> ComplexDoubleType.createSuitableNativeImg(NativeImgFactory<ComplexDoubleType> storageFactory, long[] dim)