Uses of Class
net.imglib2.type.numeric.real.DoubleType
-
Packages that use DoubleType 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 DoubleType in net.imglib2.converter
Methods in net.imglib2.converter with parameters of type DoubleType Modifier and Type Method Description void
RealDoubleConverter. convert(R input, DoubleType output)
-
Uses of DoubleType in net.imglib2.converter.readwrite
Methods in net.imglib2.converter.readwrite that return DoubleType Modifier and Type Method Description DoubleType
RealDoubleSamplerConverter. convert(Sampler<? extends R> sampler)
-
Uses of DoubleType in net.imglib2.display.screenimage.awt
Constructors in net.imglib2.display.screenimage.awt with parameters of type DoubleType Constructor Description DoubleAWTScreenImage(DoubleType type, DoubleArray data, long[] dim)
Constructor parameters in net.imglib2.display.screenimage.awt with type arguments of type DoubleType Constructor Description DoubleAWTScreenImage(ArrayImg<DoubleType,DoubleArray> img)
-
Uses of DoubleType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type DoubleType Modifier and Type Method Description static ArrayImg<DoubleType,DoubleArray>
ArrayImgs. doubles(double[] array, long... dim)
static ArrayImg<DoubleType,DoubleArray>
ArrayImgs. doubles(long... dim)
static <A extends DoubleAccess>
ArrayImg<DoubleType,A>ArrayImgs. doubles(A access, long... dim)
-
Uses of DoubleType in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type DoubleType Modifier and Type Method Description static PlanarImg<DoubleType,DoubleArray>
PlanarImgs. doubles(long... dim)
-
Uses of DoubleType in net.imglib2.type.numeric.real
Methods in net.imglib2.type.numeric.real that return DoubleType Modifier and Type Method Description DoubleType
DoubleType. copy()
DoubleType
DoubleType. createVariable()
DoubleType
DoubleType. duplicateTypeOnSameNativeImg()
Methods in net.imglib2.type.numeric.real that return types with arguments of type DoubleType Modifier and Type Method Description NativeImg<DoubleType,? extends DoubleAccess>
DoubleType. createSuitableNativeImg(NativeImgFactory<DoubleType> storageFactory, long[] dim)
Methods in net.imglib2.type.numeric.real with parameters of type DoubleType Modifier and Type Method Description boolean
DoubleType. valueEquals(DoubleType t)
Method parameters in net.imglib2.type.numeric.real with type arguments of type DoubleType Modifier and Type Method Description NativeImg<DoubleType,? extends DoubleAccess>
DoubleType. createSuitableNativeImg(NativeImgFactory<DoubleType> storageFactory, long[] dim)
-