Uses of Interface
net.imglib2.img.basictypeaccess.ByteAccess
-
-
Uses of ByteAccess in net.imglib2.img
Methods in net.imglib2.img that return types with arguments of type ByteAccess Modifier and Type Method Description abstract NativeImg<T,? extends ByteAccess>
NativeImgFactory. createByteInstance(long[] dimensions, Fraction entitiesPerPixel)
-
Uses of ByteAccess in net.imglib2.img.array
Methods in net.imglib2.img.array with type parameters of type ByteAccess Modifier and Type Method Description static <A extends ByteAccess>
ArrayImg<ByteType,A>ArrayImgs. bytes(A access, long... dim)
static <A extends ByteAccess>
ArrayImg<UnsignedByteType,A>ArrayImgs. unsignedBytes(A access, long... dim)
-
Uses of ByteAccess in net.imglib2.img.basictypeaccess.array
Classes in net.imglib2.img.basictypeaccess.array that implement ByteAccess Modifier and Type Class Description class
AbstractByteArray<A extends AbstractByteArray<A>>
class
ByteArray
class
DirtyByteArray
-
Uses of ByteAccess in net.imglib2.img.basictypeaccess.volatiles
Subinterfaces of ByteAccess in net.imglib2.img.basictypeaccess.volatiles Modifier and Type Interface Description interface
VolatileByteAccess
-
Uses of ByteAccess in net.imglib2.img.basictypeaccess.volatiles.array
Classes in net.imglib2.img.basictypeaccess.volatiles.array that implement ByteAccess Modifier and Type Class Description class
AbstractVolatileByteArray<A extends AbstractVolatileByteArray<A>>
class
DirtyVolatileByteArray
AByteArray
with anDirtyVolatileByteArray.isDirty()
and anAbstractVolatileByteArray.isValid()
flag.class
VolatileByteArray
AByteArray
with anAbstractVolatileByteArray.isValid()
flag. -
Uses of ByteAccess in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement ByteAccess Modifier and Type Class Description class
ByteNtree
ByteAccess based on aNtree
<Byte>
. -
Uses of ByteAccess in net.imglib2.type.numeric.integer
Fields in net.imglib2.type.numeric.integer declared as ByteAccess Modifier and Type Field Description protected ByteAccess
GenericByteType. dataAccess
Fields in net.imglib2.type.numeric.integer with type parameters of type ByteAccess Modifier and Type Field Description protected NativeImg<?,? extends ByteAccess>
GenericByteType. img
Methods in net.imglib2.type.numeric.integer that return types with arguments of type ByteAccess Modifier and Type Method Description NativeImg<ByteType,? extends ByteAccess>
ByteType. createSuitableNativeImg(NativeImgFactory<ByteType> storageFactory, long[] dim)
NativeImg<UnsignedByteType,? extends ByteAccess>
UnsignedByteType. createSuitableNativeImg(NativeImgFactory<UnsignedByteType> storageFactory, long[] dim)
Constructors in net.imglib2.type.numeric.integer with parameters of type ByteAccess Constructor Description ByteType(ByteAccess access)
GenericByteType(ByteAccess access)
UnsignedByteType(ByteAccess access)
Constructor parameters in net.imglib2.type.numeric.integer with type arguments of type ByteAccess Constructor Description ByteType(NativeImg<?,? extends ByteAccess> img)
GenericByteType(NativeImg<?,? extends ByteAccess> byteStorage)
UnsignedByteType(NativeImg<?,? extends ByteAccess> img)
-