Uses of Class
net.imglib2.type.numeric.complex.ComplexFloatType
-
Packages that use ComplexFloatType Package Description net.imglib2.img.array net.imglib2.img.planar net.imglib2.type.numeric.complex -
-
Uses of ComplexFloatType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type ComplexFloatType Modifier and Type Method Description static 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 ComplexFloatType Modifier and Type Method Description static PlanarImg<ComplexFloatType,FloatArray>PlanarImgs. complexFloats(long... dim) -
Uses of ComplexFloatType in net.imglib2.type.numeric.complex
Fields in net.imglib2.type.numeric.complex with type parameters of type ComplexFloatType Modifier and Type Field Description private static NativeTypeFactory<ComplexFloatType,FloatAccess>ComplexFloatType. typeFactoryMethods in net.imglib2.type.numeric.complex that return ComplexFloatType Modifier and Type Method Description ComplexFloatTypeComplexFloatType. copy()ComplexFloatTypeComplexFloatType. createVariable()ComplexFloatTypeComplexFloatType. duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.complex that return types with arguments of type ComplexFloatType Modifier and Type Method Description NativeTypeFactory<ComplexFloatType,FloatAccess>ComplexFloatType. getNativeTypeFactory()Methods in net.imglib2.type.numeric.complex with parameters of type ComplexFloatType Modifier and Type Method Description voidComplexFloatType. add(ComplexFloatType c)voidComplexFloatType. div(ComplexFloatType c)voidComplexFloatType. mul(ComplexFloatType t)voidComplexFloatType. set(ComplexFloatType c)voidComplexFloatType. sub(ComplexFloatType c)booleanComplexFloatType. valueEquals(ComplexFloatType t)
-