Uses of Interface
net.imglib2.img.basictypeaccess.IntAccess
Packages that use IntAccess
Package
Description
-
Uses of IntAccess in net.imglib2.img
Methods in net.imglib2.img that return types with arguments of type IntAccessModifier and TypeMethodDescriptionNativeImgFactory.createIntInstance
(long[] dimensions, Fraction entitiesPerPixel) -
Uses of IntAccess in net.imglib2.img.array
Methods in net.imglib2.img.array with type parameters of type IntAccessModifier and TypeMethodDescriptionArrayImgs.argbs
(A access, long... dim) ArrayImgs.ints
(A access, long... dim) static final <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 IntAccessModifier and TypeClassDescriptionclass
AbstractIntArray<A extends AbstractIntArray<A>>
class
class
-
Uses of IntAccess in net.imglib2.img.basictypeaccess.volatiles
Subinterfaces of IntAccess in net.imglib2.img.basictypeaccess.volatiles -
Uses of IntAccess in net.imglib2.img.basictypeaccess.volatiles.array
Classes in net.imglib2.img.basictypeaccess.volatiles.array that implement IntAccessModifier and TypeClassDescriptionclass
AbstractVolatileIntArray<A extends AbstractVolatileIntArray<A>>
class
class
AIntArray
with anAbstractVolatileIntArray.isValid()
flag. -
Uses of IntAccess in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement IntAccess -
Uses of IntAccess in net.imglib2.type.numeric
Fields in net.imglib2.type.numeric declared as IntAccessFields in net.imglib2.type.numeric with type parameters of type IntAccessMethods in net.imglib2.type.numeric that return types with arguments of type IntAccessModifier and TypeMethodDescriptionARGBType.createSuitableNativeImg
(NativeImgFactory<ARGBType> storageFactory, long[] dim) Constructors in net.imglib2.type.numeric with parameters of type IntAccessConstructor parameters in net.imglib2.type.numeric with type arguments of type IntAccess -
Uses of IntAccess in net.imglib2.type.numeric.integer
Fields in net.imglib2.type.numeric.integer declared as IntAccessFields in net.imglib2.type.numeric.integer with type parameters of type IntAccessMethods in net.imglib2.type.numeric.integer that return types with arguments of type IntAccessModifier and TypeMethodDescriptionIntType.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 IntAccessConstructor parameters in net.imglib2.type.numeric.integer with type arguments of type IntAccessModifierConstructorDescriptionGenericIntType
(NativeImg<?, ? extends IntAccess> intStorage) UnsignedIntType
(NativeImg<?, ? extends IntAccess> img)