Uses of Interface
net.imglib2.img.basictypeaccess.ShortAccess
-
-
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 classAbstractShortArray<A extends AbstractShortArray<A>>classDirtyShortArrayclassShortArray -
Uses of ShortAccess in net.imglib2.img.basictypeaccess.nio
Classes in net.imglib2.img.basictypeaccess.nio that implement ShortAccess Modifier and Type Class Description classShortBufferAccessAccess forShortBuffer -
Uses of ShortAccess in net.imglib2.img.basictypeaccess.volatiles
Subinterfaces of ShortAccess in net.imglib2.img.basictypeaccess.volatiles Modifier and Type Interface Description interfaceVolatileShortAccess -
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 classAbstractVolatileShortArray<A extends AbstractVolatileShortArray<A>>classDirtyVolatileShortArrayAShortArraywith anDirtyVolatileShortArray.isDirty()and anAbstractVolatileShortArray.isValid()flag.classVolatileShortArrayAShortArraywith 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 classShortNtree -
Uses of ShortAccess in net.imglib2.type
Methods in net.imglib2.type with type parameters of type ShortAccess Modifier and Type Method Description static <T extends NativeType<T>,A extends ShortAccess>
NativeTypeFactory<T,A>NativeTypeFactory. SHORT(java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType) -
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 ShortAccessGenericShortType. dataAccessFields in net.imglib2.type.numeric.integer with type parameters of type ShortAccess Modifier and Type Field Description protected NativeImg<?,? extends ShortAccess>GenericShortType. imgprivate static NativeTypeFactory<ShortType,ShortAccess>ShortType. typeFactoryprivate static NativeTypeFactory<UnsignedShortType,ShortAccess>UnsignedShortType. typeFactoryMethods in net.imglib2.type.numeric.integer that return types with arguments of type ShortAccess Modifier and Type Method Description abstract NativeTypeFactory<T,ShortAccess>GenericShortType. getNativeTypeFactory()NativeTypeFactory<ShortType,ShortAccess>ShortType. getNativeTypeFactory()NativeTypeFactory<UnsignedShortType,ShortAccess>UnsignedShortType. getNativeTypeFactory()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) -
Uses of ShortAccess in net.imglib2.type.volatiles
Methods in net.imglib2.type.volatiles with parameters of type ShortAccess Modifier and Type Method Description voidVolatileShortType.WrappedShortType. setAccess(ShortAccess access)voidVolatileUnsignedShortType.WrappedUnsignedShortType. setAccess(ShortAccess access)Constructors in net.imglib2.type.volatiles with parameters of type ShortAccess Constructor Description WrappedShortType(ShortAccess access)WrappedUnsignedShortType(ShortAccess access)Constructor parameters in net.imglib2.type.volatiles with type arguments of type ShortAccess Constructor Description WrappedShortType(NativeImg<?,? extends ShortAccess> img)WrappedUnsignedShortType(NativeImg<?,? extends ShortAccess> img)
-