Uses of Class
net.imglib2.type.numeric.integer.GenericShortType
-
Packages that use GenericShortType Package Description net.imglib2.display.projector.specialized net.imglib2.type.numeric.integer -
-
Uses of GenericShortType in net.imglib2.display.projector.specialized
Classes in net.imglib2.display.projector.specialized with type parameters of type GenericShortType Modifier and Type Class Description class
ArrayImgXYShortProjector<A extends GenericShortType<A>>
Fast implementation of aAbstractProjector2D
that selects a 2D data plain from an ShortType ArrayImg.class
PlanarImgXYShortProjector<A extends GenericShortType<A>>
Fast implementation of aAbstractProjector2D
that selects a 2D data plain from an ShortType PlanarImg. -
Uses of GenericShortType in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer with type parameters of type GenericShortType Modifier and Type Class Description class
GenericShortType<T extends GenericShortType<T>>
Abstract base class fornative
IntegerType
s that encode their value into a 16bit short.Subclasses of GenericShortType in net.imglib2.type.numeric.integer Modifier and Type Class Description class
ShortType
TODOclass
UnsignedShortType
TODO
-