Uses of Interface
net.imglib2.img.basictypeaccess.ShortAccess
Packages that use ShortAccess
Package
Description
-
Uses of ShortAccess in net.imglib2.img
Methods in net.imglib2.img that return types with arguments of type ShortAccessModifier and TypeMethodDescriptionabstract 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 ShortAccessModifier and TypeMethodDescriptionstatic final <A extends ShortAccess>
ArrayImg<ShortType,A> ArrayImgs.shorts
(A access, long... dim) static final <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 ShortAccessModifier and TypeClassDescriptionclass
AbstractShortArray<A extends AbstractShortArray<A>>
class
class
-
Uses of ShortAccess in net.imglib2.img.basictypeaccess.volatiles
Subinterfaces of ShortAccess in net.imglib2.img.basictypeaccess.volatiles -
Uses of ShortAccess in net.imglib2.img.basictypeaccess.volatiles.array
Classes in net.imglib2.img.basictypeaccess.volatiles.array that implement ShortAccessModifier and TypeClassDescriptionclass
AbstractVolatileShortArray<A extends AbstractVolatileShortArray<A>>
class
AShortArray
with anDirtyVolatileShortArray.isDirty()
and anAbstractVolatileShortArray.isValid()
flag.class
AShortArray
with anAbstractVolatileShortArray.isValid()
flag. -
Uses of ShortAccess in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement ShortAccess -
Uses of ShortAccess in net.imglib2.type.numeric.integer
Fields in net.imglib2.type.numeric.integer declared as ShortAccessFields in net.imglib2.type.numeric.integer with type parameters of type ShortAccessModifier and TypeFieldDescriptionprotected final NativeImg<?,
? extends ShortAccess> GenericShortType.img
Methods in net.imglib2.type.numeric.integer that return types with arguments of type ShortAccessModifier and TypeMethodDescriptionNativeImg<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 ShortAccessModifierConstructorDescriptionGenericShortType
(ShortAccess access) ShortType
(ShortAccess access) UnsignedShortType
(ShortAccess access) Constructor parameters in net.imglib2.type.numeric.integer with type arguments of type ShortAccessModifierConstructorDescriptionGenericShortType
(NativeImg<?, ? extends ShortAccess> shortStorage) ShortType
(NativeImg<?, ? extends ShortAccess> img) UnsignedShortType
(NativeImg<?, ? extends ShortAccess> img)