Uses of Interface
net.imglib2.img.basictypeaccess.volatiles.VolatileLongAccess
-
Packages that use VolatileLongAccess Package Description net.imglib2.img.basictypeaccess.nio net.imglib2.img.basictypeaccess.volatiles.array net.imglib2.type.volatiles -
-
Uses of VolatileLongAccess in net.imglib2.img.basictypeaccess.nio
Classes in net.imglib2.img.basictypeaccess.nio that implement VolatileLongAccess Modifier and Type Class Description classLongBufferAccessAccess forLongBuffer -
Uses of VolatileLongAccess in net.imglib2.img.basictypeaccess.volatiles.array
Classes in net.imglib2.img.basictypeaccess.volatiles.array that implement VolatileLongAccess Modifier and Type Class Description classDirtyVolatileLongArrayALongArraywith anDirtyVolatileLongArray.isDirty()and anAbstractVolatileLongArray.isValid()flag.classVolatileLongArrayALongArraywith anAbstractVolatileLongArray.isValid()flag. -
Uses of VolatileLongAccess in net.imglib2.type.volatiles
Fields in net.imglib2.type.volatiles with type parameters of type VolatileLongAccess Modifier and Type Field Description protected NativeImg<?,? extends VolatileLongAccess>VolatileLongType. imgprotected NativeImg<?,? extends VolatileLongAccess>VolatileUnsignedLongType. imgprivate static NativeTypeFactory<VolatileLongType,VolatileLongAccess>VolatileLongType. typeFactoryprivate static NativeTypeFactory<VolatileUnsignedLongType,VolatileLongAccess>VolatileUnsignedLongType. typeFactoryConstructors in net.imglib2.type.volatiles with parameters of type VolatileLongAccess Constructor Description VolatileLongType(VolatileLongAccess access)VolatileUnsignedLongType(VolatileLongAccess access)Constructor parameters in net.imglib2.type.volatiles with type arguments of type VolatileLongAccess Constructor Description VolatileLongType(NativeImg<?,? extends VolatileLongAccess> img)VolatileUnsignedLongType(NativeImg<?,? extends VolatileLongAccess> img)
-