Uses of Interface
net.imglib2.img.basictypeaccess.IntAccess
-
-
Uses of IntAccess in net.imglib2.img
Methods in net.imglib2.img that return types with arguments of type IntAccess Modifier and Type Method Description abstract NativeImg<T,? extends IntAccess>
NativeImgFactory. createIntInstance(long[] dimensions, Fraction entitiesPerPixel)
-
Uses of IntAccess in net.imglib2.img.array
Methods in net.imglib2.img.array with type parameters of type IntAccess Modifier and Type Method Description static <A extends IntAccess>
ArrayImg<ARGBType,A>ArrayImgs. argbs(A access, long... dim)
static <A extends IntAccess>
ArrayImg<IntType,A>ArrayImgs. ints(A access, long... dim)
static <A extends IntAccess>
ArrayImg<UnsignedIntType,A>ArrayImgs. unsignedInts(A access, long... dim)
-
Uses of IntAccess in net.imglib2.img.basictypeaccess.array
Classes in net.imglib2.img.basictypeaccess.array that implement IntAccess Modifier and Type Class Description class
AbstractIntArray<A extends AbstractIntArray<A>>
class
DirtyIntArray
class
IntArray
-
Uses of IntAccess in net.imglib2.img.basictypeaccess.volatiles
Subinterfaces of IntAccess in net.imglib2.img.basictypeaccess.volatiles Modifier and Type Interface Description interface
VolatileIntAccess
-
Uses of IntAccess in net.imglib2.img.basictypeaccess.volatiles.array
Classes in net.imglib2.img.basictypeaccess.volatiles.array that implement IntAccess Modifier and Type Class Description class
AbstractVolatileIntArray<A extends AbstractVolatileIntArray<A>>
class
DirtyVolatileIntArray
class
VolatileIntArray
AIntArray
with anAbstractVolatileIntArray.isValid()
flag. -
Uses of IntAccess in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement IntAccess Modifier and Type Class Description class
IntNtree
IntAccess based on aNtree
<Integer>
.class
NtreeIntAccess
IntAccess based on aNtree
<Integer>
. -
Uses of IntAccess in net.imglib2.type.numeric
Fields in net.imglib2.type.numeric declared as IntAccess Modifier and Type Field Description protected IntAccess
ARGBType. dataAccess
Fields in net.imglib2.type.numeric with type parameters of type IntAccess Modifier and Type Field Description protected NativeImg<?,? extends IntAccess>
ARGBType. img
Methods in net.imglib2.type.numeric that return types with arguments of type IntAccess Modifier and Type Method Description NativeImg<ARGBType,? extends IntAccess>
ARGBType. createSuitableNativeImg(NativeImgFactory<ARGBType> storageFactory, long[] dim)
Constructors in net.imglib2.type.numeric with parameters of type IntAccess Constructor Description ARGBType(IntAccess access)
Constructor parameters in net.imglib2.type.numeric with type arguments of type IntAccess Constructor Description ARGBType(NativeImg<?,? extends IntAccess> intStorage)
-
Uses of IntAccess in net.imglib2.type.numeric.integer
Fields in net.imglib2.type.numeric.integer declared as IntAccess Modifier and Type Field Description protected IntAccess
GenericIntType. dataAccess
Fields in net.imglib2.type.numeric.integer with type parameters of type IntAccess Modifier and Type Field Description protected NativeImg<?,? extends IntAccess>
GenericIntType. img
Methods in net.imglib2.type.numeric.integer that return types with arguments of type IntAccess Modifier and Type Method Description NativeImg<IntType,? extends IntAccess>
IntType. createSuitableNativeImg(NativeImgFactory<IntType> storageFactory, long[] dim)
NativeImg<UnsignedIntType,? extends IntAccess>
UnsignedIntType. createSuitableNativeImg(NativeImgFactory<UnsignedIntType> storageFactory, long[] dim)
Constructors in net.imglib2.type.numeric.integer with parameters of type IntAccess Constructor Description GenericIntType(IntAccess access)
IntType(IntAccess access)
UnsignedIntType(IntAccess access)
Constructor parameters in net.imglib2.type.numeric.integer with type arguments of type IntAccess Constructor Description GenericIntType(NativeImg<?,? extends IntAccess> intStorage)
IntType(NativeImg<?,? extends IntAccess> img)
UnsignedIntType(NativeImg<?,? extends IntAccess> img)
-