Uses of Interface
net.imglib2.img.basictypeaccess.volatiles.VolatileLongAccess
Packages that use VolatileLongAccess
Package
Description
-
Uses of VolatileLongAccess in net.imglib2.img.basictypeaccess.nio
Classes in net.imglib2.img.basictypeaccess.nio that implement VolatileLongAccess -
Uses of VolatileLongAccess in net.imglib2.img.basictypeaccess.volatiles.array
Classes in net.imglib2.img.basictypeaccess.volatiles.array that implement VolatileLongAccessModifier and TypeClassDescriptionclassALongArraywith anDirtyVolatileLongArray.isDirty()and anAbstractVolatileLongArray.isValid()flag.classALongArraywith anAbstractVolatileLongArray.isValid()flag. -
Uses of VolatileLongAccess in net.imglib2.type.volatiles
Fields in net.imglib2.type.volatiles with type parameters of type VolatileLongAccessModifier and TypeFieldDescriptionprotected final NativeImg<?, ? extends VolatileLongAccess> VolatileLongType.imgprotected final NativeImg<?, ? extends VolatileLongAccess> VolatileUnsignedLongType.imgprivate static final NativeTypeFactory<VolatileLongType, VolatileLongAccess> VolatileLongType.typeFactoryprivate static final NativeTypeFactory<VolatileUnsignedLongType, VolatileLongAccess> VolatileUnsignedLongType.typeFactoryConstructors in net.imglib2.type.volatiles with parameters of type VolatileLongAccessConstructor parameters in net.imglib2.type.volatiles with type arguments of type VolatileLongAccessModifierConstructorDescriptionVolatileLongType(NativeImg<?, ? extends VolatileLongAccess> img) VolatileUnsignedLongType(NativeImg<?, ? extends VolatileLongAccess> img)