Uses of Interface
net.imglib2.img.basictypeaccess.volatiles.VolatileIntAccess
-
Packages that use VolatileIntAccess Package Description net.imglib2.img.basictypeaccess.nio net.imglib2.img.basictypeaccess.volatiles.array net.imglib2.type.volatiles -
-
Uses of VolatileIntAccess in net.imglib2.img.basictypeaccess.nio
Classes in net.imglib2.img.basictypeaccess.nio that implement VolatileIntAccess Modifier and Type Class Description classIntBufferAccessAccess forIntBuffer -
Uses of VolatileIntAccess in net.imglib2.img.basictypeaccess.volatiles.array
Classes in net.imglib2.img.basictypeaccess.volatiles.array that implement VolatileIntAccess Modifier and Type Class Description classDirtyVolatileIntArrayclassVolatileIntArrayAIntArraywith anAbstractVolatileIntArray.isValid()flag. -
Uses of VolatileIntAccess in net.imglib2.type.volatiles
Fields in net.imglib2.type.volatiles with type parameters of type VolatileIntAccess Modifier and Type Field Description protected NativeImg<?,? extends VolatileIntAccess>VolatileARGBType. imgprotected NativeImg<?,? extends VolatileIntAccess>VolatileIntType. imgprotected NativeImg<?,? extends VolatileIntAccess>VolatileUnsignedIntType. imgprivate static NativeTypeFactory<VolatileARGBType,VolatileIntAccess>VolatileARGBType. typeFactoryprivate static NativeTypeFactory<VolatileIntType,VolatileIntAccess>VolatileIntType. typeFactoryprivate static NativeTypeFactory<VolatileUnsignedIntType,VolatileIntAccess>VolatileUnsignedIntType. typeFactoryConstructors in net.imglib2.type.volatiles with parameters of type VolatileIntAccess Constructor Description VolatileARGBType(VolatileIntAccess access)VolatileIntType(VolatileIntAccess access)VolatileUnsignedIntType(VolatileIntAccess access)Constructor parameters in net.imglib2.type.volatiles with type arguments of type VolatileIntAccess Constructor Description VolatileARGBType(NativeImg<?,? extends VolatileIntAccess> img)VolatileIntType(NativeImg<?,? extends VolatileIntAccess> img)VolatileUnsignedIntType(NativeImg<?,? extends VolatileIntAccess> img)
-