Uses of Interface
net.imglib2.img.basictypeaccess.ByteAccess
Packages that use ByteAccess
Package
Description
-
Uses of ByteAccess in net.imglib2.img
Methods in net.imglib2.img that return types with arguments of type ByteAccessModifier and TypeMethodDescriptionabstract NativeImg<T, ? extends ByteAccess> NativeImgFactory.createByteInstance(long[] dimensions, Fraction entitiesPerPixel) -
Uses of ByteAccess in net.imglib2.img.array
Methods in net.imglib2.img.array with type parameters of type ByteAccessModifier and TypeMethodDescriptionstatic final <A extends ByteAccess>
ArrayImg<ByteType, A> ArrayImgs.bytes(A access, long... dim) static final <A extends ByteAccess>
ArrayImg<UnsignedByteType, A> ArrayImgs.unsignedBytes(A access, long... dim) -
Uses of ByteAccess in net.imglib2.img.basictypeaccess.array
Classes in net.imglib2.img.basictypeaccess.array that implement ByteAccessModifier and TypeClassDescriptionclassAbstractByteArray<A extends AbstractByteArray<A>>classclass -
Uses of ByteAccess in net.imglib2.img.basictypeaccess.volatiles
Subinterfaces of ByteAccess in net.imglib2.img.basictypeaccess.volatiles -
Uses of ByteAccess in net.imglib2.img.basictypeaccess.volatiles.array
Classes in net.imglib2.img.basictypeaccess.volatiles.array that implement ByteAccessModifier and TypeClassDescriptionclassAbstractVolatileByteArray<A extends AbstractVolatileByteArray<A>>classAByteArraywith anDirtyVolatileByteArray.isDirty()and anAbstractVolatileByteArray.isValid()flag.classAByteArraywith anAbstractVolatileByteArray.isValid()flag. -
Uses of ByteAccess in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement ByteAccess -
Uses of ByteAccess in net.imglib2.type.numeric.integer
Fields in net.imglib2.type.numeric.integer declared as ByteAccessFields in net.imglib2.type.numeric.integer with type parameters of type ByteAccessModifier and TypeFieldDescriptionprotected final NativeImg<?, ? extends ByteAccess> GenericByteType.imgMethods in net.imglib2.type.numeric.integer that return types with arguments of type ByteAccessModifier and TypeMethodDescriptionNativeImg<ByteType, ? extends ByteAccess> ByteType.createSuitableNativeImg(NativeImgFactory<ByteType> storageFactory, long[] dim) NativeImg<UnsignedByteType, ? extends ByteAccess> UnsignedByteType.createSuitableNativeImg(NativeImgFactory<UnsignedByteType> storageFactory, long[] dim) Constructors in net.imglib2.type.numeric.integer with parameters of type ByteAccessModifierConstructorDescriptionByteType(ByteAccess access) GenericByteType(ByteAccess access) UnsignedByteType(ByteAccess access) Constructor parameters in net.imglib2.type.numeric.integer with type arguments of type ByteAccessModifierConstructorDescriptionByteType(NativeImg<?, ? extends ByteAccess> img) GenericByteType(NativeImg<?, ? extends ByteAccess> byteStorage) UnsignedByteType(NativeImg<?, ? extends ByteAccess> img)