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 ArrayImg<ComplexFloatType, FloatArray> ArrayImgs.complexFloats(float[] array, long... dim) static ArrayImg<ComplexFloatType, FloatArray> ArrayImgs.complexFloats(long... dim) static <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
Subclasses with type arguments of type ComplexFloatType in net.imglib2.type.numeric.complexClasses in net.imglib2.type.numeric.complex that implement interfaces with type arguments of type ComplexFloatTypeFields in net.imglib2.type.numeric.complex with type parameters of type ComplexFloatTypeModifier and TypeFieldDescriptionprivate static final NativeTypeFactory<ComplexFloatType, FloatAccess> ComplexFloatType.typeFactoryMethods 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 ComplexFloatTypeMethods 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)