Uses of Class
net.imglib2.type.numeric.complex.ComplexFloatType
Packages that use ComplexFloatType
-
Uses of ComplexFloatType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type ComplexFloatTypeModifier and TypeMethodDescriptionstatic final ArrayImg<ComplexFloatType, FloatArray> ArrayImgs.complexFloats(float[] array, long... dim) static final ArrayImg<ComplexFloatType, FloatArray> ArrayImgs.complexFloats(long... dim) static final <A extends FloatAccess>
ArrayImg<ComplexFloatType, A> ArrayImgs.complexFloats(A access, long... dim) -
Uses of ComplexFloatType in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type ComplexFloatTypeModifier and TypeMethodDescriptionstatic final PlanarImg<ComplexFloatType, FloatArray> PlanarImgs.complexFloats(long... dim) -
Uses of ComplexFloatType in net.imglib2.type.numeric.complex
Methods in net.imglib2.type.numeric.complex that return ComplexFloatTypeModifier and TypeMethodDescriptionComplexFloatType.copy()ComplexFloatType.createVariable()ComplexFloatType.duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.complex that return types with arguments of type ComplexFloatTypeModifier and TypeMethodDescriptionNativeImg<ComplexFloatType, ? extends FloatAccess> ComplexFloatType.createSuitableNativeImg(NativeImgFactory<ComplexFloatType> storageFactory, long[] dim) Methods in net.imglib2.type.numeric.complex with parameters of type ComplexFloatTypeModifier and TypeMethodDescriptionvoidComplexFloatType.add(ComplexFloatType c) voidComplexFloatType.div(ComplexFloatType c) voidComplexFloatType.mul(ComplexFloatType t) voidComplexFloatType.set(ComplexFloatType c) voidComplexFloatType.sub(ComplexFloatType c) booleanComplexFloatType.valueEquals(ComplexFloatType t) Method parameters in net.imglib2.type.numeric.complex with type arguments of type ComplexFloatTypeModifier and TypeMethodDescriptionNativeImg<ComplexFloatType, ? extends FloatAccess> ComplexFloatType.createSuitableNativeImg(NativeImgFactory<ComplexFloatType> storageFactory, long[] dim)