Uses of Class
net.imglib2.type.numeric.real.DoubleType
Packages that use DoubleType
Package
Description
-
Uses of DoubleType in net.imglib2.converter
Methods in net.imglib2.converter with parameters of type DoubleType -
Uses of DoubleType in net.imglib2.converter.readwrite
Methods in net.imglib2.converter.readwrite that return DoubleTypeModifier and TypeMethodDescription -
Uses of DoubleType in net.imglib2.display.screenimage.awt
Constructors in net.imglib2.display.screenimage.awt with parameters of type DoubleTypeModifierConstructorDescriptionDoubleAWTScreenImage(DoubleType type, DoubleArray data, long[] dim) Constructor parameters in net.imglib2.display.screenimage.awt with type arguments of type DoubleType -
Uses of DoubleType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type DoubleTypeModifier and TypeMethodDescriptionstatic 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 DoubleTypeModifier and TypeMethodDescriptionstatic final PlanarImg<DoubleType, DoubleArray> PlanarImgs.doubles(long... dim) -
Uses of DoubleType in net.imglib2.position
Fields in net.imglib2.position declared as DoubleTypeModifier and TypeFieldDescriptionprivate final DoubleTypeRealPositionRealRandomAccessible.RealPositionRealRandomAccess.tMethods in net.imglib2.position that return DoubleType -
Uses of DoubleType in net.imglib2.type.numeric.real
Fields in net.imglib2.type.numeric.real with type parameters of type DoubleTypeModifier and TypeFieldDescriptionprivate static final NativeTypeFactory<DoubleType, DoubleAccess> DoubleType.typeFactoryMethods in net.imglib2.type.numeric.real that return DoubleTypeModifier and TypeMethodDescriptionDoubleType.copy()DoubleType.createVariable()DoubleType.duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.real that return types with arguments of type DoubleTypeModifier and TypeMethodDescriptionstatic RealComposite<DoubleType> DoubleType.createVector(int n) 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