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
Methods in net.imglib2.type.numeric.complex that return ComplexFloatType Modifier and Type Method Description ComplexFloatType
ComplexFloatType. copy()
ComplexFloatType
ComplexFloatType. createVariable()
ComplexFloatType
ComplexFloatType. duplicateTypeOnSameNativeImg()
Methods in net.imglib2.type.numeric.complex that return types with arguments of type ComplexFloatType Modifier and Type Method Description NativeImg<ComplexFloatType,? extends FloatAccess>
ComplexFloatType. createSuitableNativeImg(NativeImgFactory<ComplexFloatType> storageFactory, long[] dim)
Methods in net.imglib2.type.numeric.complex with parameters of type ComplexFloatType Modifier and Type Method Description void
ComplexFloatType. add(ComplexFloatType c)
void
ComplexFloatType. div(ComplexFloatType c)
void
ComplexFloatType. mul(ComplexFloatType t)
void
ComplexFloatType. set(ComplexFloatType c)
void
ComplexFloatType. sub(ComplexFloatType c)
boolean
ComplexFloatType. valueEquals(ComplexFloatType t)
Method parameters in net.imglib2.type.numeric.complex with type arguments of type ComplexFloatType Modifier and Type Method Description NativeImg<ComplexFloatType,? extends FloatAccess>
ComplexFloatType. createSuitableNativeImg(NativeImgFactory<ComplexFloatType> storageFactory, long[] dim)
-