Uses of Interface
net.imglib2.img.basictypeaccess.volatiles.VolatileByteAccess
Packages that use VolatileByteAccess
Package
Description
-
Uses of VolatileByteAccess in net.imglib2.img.basictypeaccess.nio
Classes in net.imglib2.img.basictypeaccess.nio that implement VolatileByteAccess -
Uses of VolatileByteAccess in net.imglib2.img.basictypeaccess.volatiles.array
Classes in net.imglib2.img.basictypeaccess.volatiles.array that implement VolatileByteAccessModifier and TypeClassDescriptionclassAByteArraywith anDirtyVolatileByteArray.isDirty()and anAbstractVolatileByteArray.isValid()flag.classAByteArraywith anAbstractVolatileByteArray.isValid()flag. -
Uses of VolatileByteAccess in net.imglib2.type.volatiles
Fields in net.imglib2.type.volatiles with type parameters of type VolatileByteAccessModifier and TypeFieldDescriptionprotected final NativeImg<?, ? extends VolatileByteAccess> VolatileByteType.imgprotected final NativeImg<?, ? extends VolatileByteAccess> VolatileUnsignedByteType.imgprivate static final NativeTypeFactory<VolatileByteType, VolatileByteAccess> VolatileByteType.typeFactoryprivate static final NativeTypeFactory<VolatileUnsignedByteType, VolatileByteAccess> VolatileUnsignedByteType.typeFactoryConstructors in net.imglib2.type.volatiles with parameters of type VolatileByteAccessConstructor parameters in net.imglib2.type.volatiles with type arguments of type VolatileByteAccessModifierConstructorDescriptionVolatileByteType(NativeImg<?, ? extends VolatileByteAccess> img) VolatileUnsignedByteType(NativeImg<?, ? extends VolatileByteAccess> img)