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 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 ComplexDoubleTypeModifier and TypeMethodDescriptionstatic final PlanarImg<ComplexDoubleType, DoubleArray> PlanarImgs.complexDoubles(long... dim) -
Uses of ComplexDoubleType in net.imglib2.type.numeric.complex
Subclasses with type arguments of type ComplexDoubleType in net.imglib2.type.numeric.complexClasses in net.imglib2.type.numeric.complex that implement interfaces with type arguments of type ComplexDoubleTypeFields in net.imglib2.type.numeric.complex with type parameters of type ComplexDoubleTypeModifier and TypeFieldDescriptionprivate static final NativeTypeFactory<ComplexDoubleType, DoubleAccess> ComplexDoubleType.typeFactoryMethods 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 ComplexDoubleTypeMethods in net.imglib2.type.numeric.complex with parameters of type ComplexDoubleType