Uses of Class
net.imglib2.type.numeric.real.DoubleType
-
-
Uses of DoubleType in net.imglib2.converter
Methods in net.imglib2.converter with parameters of type DoubleType Modifier and Type Method Description voidRealDoubleConverter. 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 DoubleTypeRealDoubleSamplerConverter. 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.position
Fields in net.imglib2.position declared as DoubleType Modifier and Type Field Description private DoubleTypeRealPositionRealRandomAccessible.RealPositionRealRandomAccess. tMethods in net.imglib2.position that return DoubleType Modifier and Type Method Description DoubleTypeRealPositionRealRandomAccessible.RealPositionRealRandomAccess. get()DoubleTypeRealPositionRealRandomAccessible. getType()DoubleTypeRealPositionRealRandomAccessible.RealPositionRealRandomAccess. getType() -
Uses of DoubleType in net.imglib2.type.numeric.real
Fields in net.imglib2.type.numeric.real with type parameters of type DoubleType Modifier and Type Field Description private static NativeTypeFactory<DoubleType,DoubleAccess>DoubleType. typeFactoryMethods in net.imglib2.type.numeric.real that return DoubleType Modifier and Type Method Description DoubleTypeDoubleType. copy()DoubleTypeDoubleType. createVariable()DoubleTypeDoubleType. duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.real that return types with arguments of type DoubleType Modifier and Type Method Description static RealComposite<DoubleType>DoubleType. createVector(int n)NativeTypeFactory<DoubleType,DoubleAccess>DoubleType. getNativeTypeFactory()static RealComposite<DoubleType>DoubleType. wrapVector(double[] array)Wrap an array as an n-dimensionalRealCompositeofDoubleType. -
Uses of DoubleType in net.imglib2.type.volatiles
Subclasses of DoubleType in net.imglib2.type.volatiles Modifier and Type Class Description private static classVolatileDoubleType.WrappedDoubleType
-