Uses of Class
net.imglib2.type.numeric.integer.UnsignedShortType
-
-
Uses of UnsignedShortType in net.imglib2.blocks
Fields in net.imglib2.blocks with type parameters of type UnsignedShortType Modifier and Type Field Description private Converter<UnsignedShortType,FloatType>ConvertImpl.Convert_UnsignedShortType_FloatType. converterprivate java.util.function.Supplier<Converter<UnsignedShortType,FloatType>>ConvertImpl.Convert_UnsignedShortType_FloatType. converterSupplierConstructor parameters in net.imglib2.blocks with type arguments of type UnsignedShortType Constructor Description Convert_UnsignedShortType_FloatType(java.util.function.Supplier<Converter<UnsignedShortType,FloatType>> converterSupplier) -
Uses of UnsignedShortType in net.imglib2.converter
Methods in net.imglib2.converter with parameters of type UnsignedShortType Modifier and Type Method Description voidRealUnsignedShortConverter. 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 UnsignedShortType Constructor Description PlanarImgXYShortProjector(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
Constructors in net.imglib2.display.screenimage.awt with parameters of type UnsignedShortType Constructor Description UnsignedShortAWTScreenImage(UnsignedShortType type, ShortArray data, long[] dim)Constructor parameters in net.imglib2.display.screenimage.awt with type arguments of type UnsignedShortType Constructor Description UnsignedShortAWTScreenImage(ArrayImg<UnsignedShortType,ShortArray> img) -
Uses of UnsignedShortType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type UnsignedShortType Modifier and Type Method Description static 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 UnsignedShortType Modifier and Type Method Description static PlanarImg<UnsignedShortType,ShortArray>PlanarImgs. unsignedShorts(long... dim) -
Uses of UnsignedShortType in net.imglib2.type.numeric.integer
Fields in net.imglib2.type.numeric.integer with type parameters of type UnsignedShortType Modifier and Type Field Description private static NativeTypeFactory<UnsignedShortType,ShortAccess>UnsignedShortType. typeFactoryMethods in net.imglib2.type.numeric.integer that return UnsignedShortType Modifier and Type Method Description UnsignedShortTypeUnsignedShortType. copy()UnsignedShortTypeUnsignedShortType. createVariable()UnsignedShortTypeUnsignedShortType. duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.integer that return types with arguments of type UnsignedShortType Modifier and Type Method Description NativeTypeFactory<UnsignedShortType,ShortAccess>UnsignedShortType. getNativeTypeFactory()Methods in net.imglib2.type.numeric.integer with parameters of type UnsignedShortType Modifier and Type Method Description voidUnsignedShortType. 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.volatiles Modifier and Type Class Description private static classVolatileUnsignedShortType.WrappedUnsignedShortType
-