Uses of Class
net.imglib2.type.numeric.integer.UnsignedShortType
-
-
Uses of UnsignedShortType in net.imglib2.converter
Methods in net.imglib2.converter with parameters of type UnsignedShortType Modifier and Type Method Description void
RealUnsignedShortConverter. 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
Methods in net.imglib2.type.numeric.integer that return UnsignedShortType Modifier and Type Method Description UnsignedShortType
UnsignedShortType. copy()
UnsignedShortType
UnsignedShortType. createVariable()
UnsignedShortType
UnsignedShortType. duplicateTypeOnSameNativeImg()
Methods in net.imglib2.type.numeric.integer that return types with arguments of type UnsignedShortType Modifier and Type Method Description NativeImg<UnsignedShortType,? extends ShortAccess>
UnsignedShortType. createSuitableNativeImg(NativeImgFactory<UnsignedShortType> storageFactory, long[] dim)
Methods in net.imglib2.type.numeric.integer with parameters of type UnsignedShortType Modifier and Type Method Description void
UnsignedShortType. add(UnsignedShortType c)
int
UnsignedShortType. compareTo(UnsignedShortType c)
void
UnsignedShortType. div(UnsignedShortType c)
void
UnsignedShortType. mul(UnsignedShortType c)
void
UnsignedShortType. sub(UnsignedShortType c)
Method parameters in net.imglib2.type.numeric.integer with type arguments of type UnsignedShortType Modifier and Type Method Description NativeImg<UnsignedShortType,? extends ShortAccess>
UnsignedShortType. createSuitableNativeImg(NativeImgFactory<UnsignedShortType> storageFactory, long[] dim)
-