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
Fields in net.imglib2.type.numeric.complex with type parameters of type ComplexDoubleType Modifier and Type Field Description private static NativeTypeFactory<ComplexDoubleType,DoubleAccess>ComplexDoubleType. typeFactoryMethods in net.imglib2.type.numeric.complex that return ComplexDoubleType Modifier and Type Method Description ComplexDoubleTypeComplexDoubleType. copy()ComplexDoubleTypeComplexDoubleType. createVariable()ComplexDoubleTypeComplexDoubleType. duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.complex that return types with arguments of type ComplexDoubleType Modifier and Type Method Description NativeTypeFactory<ComplexDoubleType,DoubleAccess>ComplexDoubleType. getNativeTypeFactory()Methods in net.imglib2.type.numeric.complex with parameters of type ComplexDoubleType Modifier and Type Method Description voidComplexDoubleType. set(ComplexDoubleType c)
-