Uses of Class
net.imglib2.type.numeric.real.FloatType
-
Packages that use FloatType Package Description net.imglib2.converter net.imglib2.converter.readwrite net.imglib2.display.screenimage.awt net.imglib2.img.array net.imglib2.img.planar net.imglib2.type.numeric.real -
-
Uses of FloatType in net.imglib2.converter
Methods in net.imglib2.converter with parameters of type FloatType Modifier and Type Method Description void
ComplexImaginaryFloatConverter. convert(R input, FloatType output)
void
ComplexPhaseFloatConverter. convert(R input, FloatType output)
void
ComplexPowerFloatConverter. convert(R input, FloatType output)
void
ComplexPowerGLogFloatConverter. convert(R input, FloatType output)
void
ComplexRealFloatConverter. convert(R input, FloatType output)
void
RealFloatConverter. convert(R input, FloatType output)
-
Uses of FloatType in net.imglib2.converter.readwrite
Methods in net.imglib2.converter.readwrite that return FloatType Modifier and Type Method Description FloatType
RealFloatSamplerConverter. convert(Sampler<? extends R> sampler)
-
Uses of FloatType in net.imglib2.display.screenimage.awt
Constructors in net.imglib2.display.screenimage.awt with parameters of type FloatType Constructor Description FloatAWTScreenImage(FloatType type, FloatArray data, long[] dim)
Constructor parameters in net.imglib2.display.screenimage.awt with type arguments of type FloatType Constructor Description FloatAWTScreenImage(ArrayImg<FloatType,FloatArray> img)
-
Uses of FloatType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type FloatType Modifier and Type Method Description static ArrayImg<FloatType,FloatArray>
ArrayImgs. floats(float[] array, long... dim)
static ArrayImg<FloatType,FloatArray>
ArrayImgs. floats(long... dim)
static <A extends FloatAccess>
ArrayImg<FloatType,A>ArrayImgs. floats(A access, long... dim)
-
Uses of FloatType in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type FloatType Modifier and Type Method Description static PlanarImg<FloatType,FloatArray>
PlanarImgs. floats(long... dim)
-
Uses of FloatType in net.imglib2.type.numeric.real
Methods in net.imglib2.type.numeric.real that return FloatType Modifier and Type Method Description FloatType
FloatType. copy()
FloatType
FloatType. createVariable()
FloatType
FloatType. duplicateTypeOnSameNativeImg()
Methods in net.imglib2.type.numeric.real that return types with arguments of type FloatType Modifier and Type Method Description NativeImg<FloatType,? extends FloatAccess>
FloatType. createSuitableNativeImg(NativeImgFactory<FloatType> storageFactory, long[] dim)
Methods in net.imglib2.type.numeric.real with parameters of type FloatType Modifier and Type Method Description void
FloatType. add(FloatType c)
int
FloatType. compareTo(FloatType c)
void
FloatType. div(FloatType c)
void
FloatType. mul(FloatType c)
void
FloatType. set(FloatType c)
void
FloatType. sub(FloatType c)
boolean
FloatType. valueEquals(FloatType t)
Method parameters in net.imglib2.type.numeric.real with type arguments of type FloatType Modifier and Type Method Description NativeImg<FloatType,? extends FloatAccess>
FloatType. createSuitableNativeImg(NativeImgFactory<FloatType> storageFactory, long[] dim)
-