Uses of Class
net.imglib2.type.numeric.real.DoubleType
Packages that use DoubleType
Package
Description
-
Uses of DoubleType in net.imglib2.converter
Classes in net.imglib2.converter that implement interfaces with type arguments of type DoubleTypeModifier and TypeClassDescriptionclassRealDoubleConverter<R extends RealType<R>>Converts anyRealTypeto aDoubleType.Methods in net.imglib2.converter with parameters of type DoubleType -
Uses of DoubleType in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement interfaces with type arguments of type DoubleTypeModifier and TypeClassDescriptionfinal classRealDoubleSamplerConverter<R extends RealType<R>>TODOMethods in net.imglib2.converter.readwrite that return DoubleTypeModifier and TypeMethodDescription -
Uses of DoubleType in net.imglib2.display.screenimage.awt
Subclasses with type arguments of type DoubleType in net.imglib2.display.screenimage.awtModifier and TypeClassDescriptionclassAAWTScreenImagethat is anArrayImg<DoubleType, DoubleArray>.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
Classes in net.imglib2.position that implement interfaces with type arguments of type DoubleTypeModifier and TypeClassDescriptionclassARealRandomAccessibleover the d-th position of real coordinate space.classFields 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
Subclasses with type arguments of type DoubleType in net.imglib2.type.numeric.realClasses in net.imglib2.type.numeric.real that implement interfaces with type arguments of type DoubleTypeFields 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.volatilesSubclasses with type arguments of type DoubleType in net.imglib2.type.volatiles