Uses of Class
net.imglib2.type.numeric.integer.UnsignedShortType
Packages that use UnsignedShortType
Package
Description
-
Uses of UnsignedShortType in net.imglib2.blocks
Fields in net.imglib2.blocks with type parameters of type UnsignedShortTypeModifier and TypeFieldDescriptionprivate final Converter<UnsignedShortType, FloatType> ConvertImpl.Convert_UnsignedShortType_FloatType.converterprivate final Supplier<Converter<UnsignedShortType, FloatType>> ConvertImpl.Convert_UnsignedShortType_FloatType.converterSupplierConstructor parameters in net.imglib2.blocks with type arguments of type UnsignedShortTypeModifierConstructorDescriptionConvert_UnsignedShortType_FloatType(Supplier<Converter<UnsignedShortType, FloatType>> converterSupplier) -
Uses of UnsignedShortType in net.imglib2.converter
Classes in net.imglib2.converter that implement interfaces with type arguments of type UnsignedShortTypeMethods in net.imglib2.converter with parameters of type UnsignedShortTypeModifier and TypeMethodDescriptionvoidRealUnsignedShortConverter.convert(R input, UnsignedShortType output) -
Uses of UnsignedShortType in net.imglib2.display.projector.specialized
Constructor parameters in net.imglib2.display.projector.specialized with type arguments of type UnsignedShortTypeModifierConstructorDescriptionPlanarImgXYShortProjector(PlanarImg<A, ShortArray> source, ArrayImg<UnsignedShortType, ShortArray> target, double normalizationFactor, double min) Normalizes a PlanarImg and writes the result into target. -
Uses of UnsignedShortType in net.imglib2.display.screenimage.awt
Subclasses with type arguments of type UnsignedShortType in net.imglib2.display.screenimage.awtModifier and TypeClassDescriptionclassAAWTScreenImagethat is anArrayImg<UnsignedShortType, ShortArray>.Constructors in net.imglib2.display.screenimage.awt with parameters of type UnsignedShortTypeModifierConstructorDescriptionUnsignedShortAWTScreenImage(UnsignedShortType type, ShortArray data, long[] dim) Constructor parameters in net.imglib2.display.screenimage.awt with type arguments of type UnsignedShortTypeModifierConstructorDescription -
Uses of UnsignedShortType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type UnsignedShortTypeModifier and TypeMethodDescriptionstatic ArrayImg<UnsignedShortType, ShortArray> ArrayImgs.unsignedShorts(long... dim) static ArrayImg<UnsignedShortType, ShortArray> ArrayImgs.unsignedShorts(short[] array, long... dim) static <A extends ShortAccess>
ArrayImg<UnsignedShortType, A> ArrayImgs.unsignedShorts(A access, long... dim) -
Uses of UnsignedShortType in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type UnsignedShortTypeModifier and TypeMethodDescriptionstatic final PlanarImg<UnsignedShortType, ShortArray> PlanarImgs.unsignedShorts(long... dim) -
Uses of UnsignedShortType in net.imglib2.type.numeric.integer
Subclasses with type arguments of type UnsignedShortType in net.imglib2.type.numeric.integerFields in net.imglib2.type.numeric.integer with type parameters of type UnsignedShortTypeModifier and TypeFieldDescriptionprivate static final NativeTypeFactory<UnsignedShortType, ShortAccess> UnsignedShortType.typeFactoryMethods in net.imglib2.type.numeric.integer that return UnsignedShortTypeModifier and TypeMethodDescriptionUnsignedShortType.copy()UnsignedShortType.createVariable()UnsignedShortType.duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.integer that return types with arguments of type UnsignedShortTypeMethods in net.imglib2.type.numeric.integer with parameters of type UnsignedShortTypeModifier and TypeMethodDescriptionvoidUnsignedShortType.add(UnsignedShortType c) intUnsignedShortType.compareTo(UnsignedShortType other) voidUnsignedShortType.div(UnsignedShortType c) voidUnsignedShortType.mul(UnsignedShortType c) voidUnsignedShortType.sub(UnsignedShortType c) -
Uses of UnsignedShortType in net.imglib2.type.volatiles
Subclasses of UnsignedShortType in net.imglib2.type.volatilesModifier and TypeClassDescriptionprivate static classSubclasses with type arguments of type UnsignedShortType in net.imglib2.type.volatiles