Uses of Interface
net.imglib2.img.basictypeaccess.ByteAccess
Packages that use ByteAccess
Package
Description
-
Uses of ByteAccess in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement ByteAccessModifier and TypeClassDescriptionprivate final class -
Uses of ByteAccess in net.imglib2.img.array
Methods in net.imglib2.img.array with type parameters of type ByteAccessModifier and TypeMethodDescriptionstatic <A extends ByteAccess>
ArrayImg<ByteType, A> ArrayImgs.bytes(A access, long... dim) static <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.nio
Classes in net.imglib2.img.basictypeaccess.nio that implement ByteAccess -
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
Methods in net.imglib2.type with type parameters of type ByteAccessModifier and TypeMethodDescriptionstatic <T extends NativeType<T>, A extends ByteAccess>
NativeTypeFactory<T, A> -
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.imgprivate static final NativeTypeFactory<ByteType, ByteAccess> ByteType.typeFactoryprivate static final NativeTypeFactory<UnsignedByteType, ByteAccess> UnsignedByteType.typeFactoryMethods in net.imglib2.type.numeric.integer that return types with arguments of type ByteAccessModifier and TypeMethodDescriptionByteType.getNativeTypeFactory()abstract NativeTypeFactory<T, ByteAccess> GenericByteType.getNativeTypeFactory()UnsignedByteType.getNativeTypeFactory()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) -
Uses of ByteAccess in net.imglib2.type.volatiles
Methods in net.imglib2.type.volatiles with parameters of type ByteAccessModifier and TypeMethodDescriptionvoidVolatileByteType.WrappedByteType.setAccess(ByteAccess access) voidVolatileUnsignedByteType.WrappedUnsignedByteType.setAccess(ByteAccess access) Constructors in net.imglib2.type.volatiles with parameters of type ByteAccessModifierConstructorDescriptionWrappedByteType(ByteAccess access) WrappedUnsignedByteType(ByteAccess access) Constructor parameters in net.imglib2.type.volatiles with type arguments of type ByteAccessModifierConstructorDescriptionWrappedByteType(NativeImg<?, ? extends ByteAccess> img) WrappedUnsignedByteType(NativeImg<?, ? extends ByteAccess> img)