Uses of Interface
net.imglib2.img.basictypeaccess.volatiles.VolatileByteAccess
-
Packages that use VolatileByteAccess Package Description net.imglib2.img.basictypeaccess.nio net.imglib2.img.basictypeaccess.volatiles.array net.imglib2.type.volatiles -
-
Uses of VolatileByteAccess in net.imglib2.img.basictypeaccess.nio
Classes in net.imglib2.img.basictypeaccess.nio that implement VolatileByteAccess Modifier and Type Class Description classByteBufferAccessAccess forByteBuffer -
Uses of VolatileByteAccess in net.imglib2.img.basictypeaccess.volatiles.array
Classes in net.imglib2.img.basictypeaccess.volatiles.array that implement VolatileByteAccess Modifier and Type Class Description classDirtyVolatileByteArrayAByteArraywith anDirtyVolatileByteArray.isDirty()and anAbstractVolatileByteArray.isValid()flag.classVolatileByteArrayAByteArraywith anAbstractVolatileByteArray.isValid()flag. -
Uses of VolatileByteAccess in net.imglib2.type.volatiles
Fields in net.imglib2.type.volatiles with type parameters of type VolatileByteAccess Modifier and Type Field Description protected NativeImg<?,? extends VolatileByteAccess>VolatileByteType. imgprotected NativeImg<?,? extends VolatileByteAccess>VolatileUnsignedByteType. imgprivate static NativeTypeFactory<VolatileByteType,VolatileByteAccess>VolatileByteType. typeFactoryprivate static NativeTypeFactory<VolatileUnsignedByteType,VolatileByteAccess>VolatileUnsignedByteType. typeFactoryConstructors in net.imglib2.type.volatiles with parameters of type VolatileByteAccess Constructor Description VolatileByteType(VolatileByteAccess access)VolatileUnsignedByteType(VolatileByteAccess access)Constructor parameters in net.imglib2.type.volatiles with type arguments of type VolatileByteAccess Constructor Description VolatileByteType(NativeImg<?,? extends VolatileByteAccess> img)VolatileUnsignedByteType(NativeImg<?,? extends VolatileByteAccess> img)
-