Uses of Interface
net.imglib2.img.basictypeaccess.ShortAccess
-
-
Uses of ShortAccess in net.imglib2.img
Methods in net.imglib2.img that return types with arguments of type ShortAccess Modifier and Type Method Description abstract NativeImg<T,? extends ShortAccess>
NativeImgFactory. createShortInstance(long[] dimensions, Fraction entitiesPerPixel)
-
Uses of ShortAccess in net.imglib2.img.array
Methods in net.imglib2.img.array with type parameters of type ShortAccess Modifier and Type Method Description static <A extends ShortAccess>
ArrayImg<ShortType,A>ArrayImgs. shorts(A access, long... dim)
static <A extends ShortAccess>
ArrayImg<UnsignedShortType,A>ArrayImgs. unsignedShorts(A access, long... dim)
-
Uses of ShortAccess in net.imglib2.img.basictypeaccess.array
Classes in net.imglib2.img.basictypeaccess.array that implement ShortAccess Modifier and Type Class Description class
AbstractShortArray<A extends AbstractShortArray<A>>
class
DirtyShortArray
class
ShortArray
-
Uses of ShortAccess in net.imglib2.img.basictypeaccess.volatiles
Subinterfaces of ShortAccess in net.imglib2.img.basictypeaccess.volatiles Modifier and Type Interface Description interface
VolatileShortAccess
-
Uses of ShortAccess in net.imglib2.img.basictypeaccess.volatiles.array
Classes in net.imglib2.img.basictypeaccess.volatiles.array that implement ShortAccess Modifier and Type Class Description class
AbstractVolatileShortArray<A extends AbstractVolatileShortArray<A>>
class
DirtyVolatileShortArray
AShortArray
with anDirtyVolatileShortArray.isDirty()
and anAbstractVolatileShortArray.isValid()
flag.class
VolatileShortArray
AShortArray
with anAbstractVolatileShortArray.isValid()
flag. -
Uses of ShortAccess in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement ShortAccess Modifier and Type Class Description class
ShortNtree
-
Uses of ShortAccess in net.imglib2.type.numeric.integer
Fields in net.imglib2.type.numeric.integer declared as ShortAccess Modifier and Type Field Description protected ShortAccess
GenericShortType. dataAccess
Fields in net.imglib2.type.numeric.integer with type parameters of type ShortAccess Modifier and Type Field Description protected NativeImg<?,? extends ShortAccess>
GenericShortType. img
Methods in net.imglib2.type.numeric.integer that return types with arguments of type ShortAccess Modifier and Type Method Description NativeImg<ShortType,? extends ShortAccess>
ShortType. createSuitableNativeImg(NativeImgFactory<ShortType> storageFactory, long[] dim)
NativeImg<UnsignedShortType,? extends ShortAccess>
UnsignedShortType. createSuitableNativeImg(NativeImgFactory<UnsignedShortType> storageFactory, long[] dim)
Constructors in net.imglib2.type.numeric.integer with parameters of type ShortAccess Constructor Description GenericShortType(ShortAccess access)
ShortType(ShortAccess access)
UnsignedShortType(ShortAccess access)
Constructor parameters in net.imglib2.type.numeric.integer with type arguments of type ShortAccess Constructor Description GenericShortType(NativeImg<?,? extends ShortAccess> shortStorage)
ShortType(NativeImg<?,? extends ShortAccess> img)
UnsignedShortType(NativeImg<?,? extends ShortAccess> img)
-