Uses of Interface
net.imglib2.img.basictypeaccess.LongAccess
-
-
Uses of LongAccess in net.imglib2.img
Methods in net.imglib2.img that return types with arguments of type LongAccess Modifier and Type Method Description abstract NativeImg<T,? extends LongAccess>
NativeImgFactory. createLongInstance(long[] dimensions, Fraction entitiesPerPixel)
-
Uses of LongAccess in net.imglib2.img.array
Methods in net.imglib2.img.array with type parameters of type LongAccess Modifier and Type Method Description static <A extends LongAccess>
ArrayImg<BitType,A>ArrayImgs. bits(A access, long... dim)
static <A extends LongAccess>
ArrayImg<LongType,A>ArrayImgs. longs(A access, long... dim)
static <A extends LongAccess>
ArrayImg<UnsignedLongType,A>ArrayImgs. unsignedLongs(A access, long... dim)
-
Uses of LongAccess in net.imglib2.img.basictypeaccess.array
Classes in net.imglib2.img.basictypeaccess.array that implement LongAccess Modifier and Type Class Description class
AbstractLongArray<A extends AbstractLongArray<A>>
class
DirtyLongArray
class
LongArray
-
Uses of LongAccess in net.imglib2.img.basictypeaccess.volatiles
Subinterfaces of LongAccess in net.imglib2.img.basictypeaccess.volatiles Modifier and Type Interface Description interface
VolatileLongAccess
-
Uses of LongAccess in net.imglib2.img.basictypeaccess.volatiles.array
Classes in net.imglib2.img.basictypeaccess.volatiles.array that implement LongAccess Modifier and Type Class Description class
AbstractVolatileLongArray<A extends AbstractVolatileLongArray<A>>
class
DirtyVolatileLongArray
ALongArray
with anDirtyVolatileLongArray.isDirty()
and anAbstractVolatileLongArray.isValid()
flag.class
VolatileLongArray
ALongArray
with anAbstractVolatileLongArray.isValid()
flag. -
Uses of LongAccess in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement LongAccess Modifier and Type Class Description class
LongNtree
LongAccess based on aNtree
<Longeger>
. -
Uses of LongAccess in net.imglib2.type
Fields in net.imglib2.type declared as LongAccess Modifier and Type Field Description protected LongAccess
AbstractBitType. dataAccess
Fields in net.imglib2.type with type parameters of type LongAccess Modifier and Type Field Description protected NativeImg<?,? extends LongAccess>
AbstractBitType. img
Constructors in net.imglib2.type with parameters of type LongAccess Constructor Description AbstractBit64Type(LongAccess access, int nBits)
Constructor parameters in net.imglib2.type with type arguments of type LongAccess Constructor Description AbstractBit64Type(NativeImg<?,? extends LongAccess> bitStorage, int nBits)
AbstractBitType(NativeImg<?,? extends LongAccess> bitStorage, int nBits)
-
Uses of LongAccess in net.imglib2.type.label
Methods in net.imglib2.type.label that return types with arguments of type LongAccess Modifier and Type Method Description NativeImg<BasePairBitType,? extends LongAccess>
BasePairBitType. createSuitableNativeImg(NativeImgFactory<BasePairBitType> storageFactory, long[] dim)
Constructor parameters in net.imglib2.type.label with type arguments of type LongAccess Constructor Description BasePairBitType(NativeImg<?,? extends LongAccess> bitStorage)
-
Uses of LongAccess in net.imglib2.type.logic
Fields in net.imglib2.type.logic declared as LongAccess Modifier and Type Field Description protected LongAccess
BitType. dataAccess
Fields in net.imglib2.type.logic with type parameters of type LongAccess Modifier and Type Field Description protected NativeImg<?,? extends LongAccess>
BitType. img
Methods in net.imglib2.type.logic that return types with arguments of type LongAccess Modifier and Type Method Description NativeImg<BitType,? extends LongAccess>
BitType. createSuitableNativeImg(NativeImgFactory<BitType> storageFactory, long[] dim)
Constructors in net.imglib2.type.logic with parameters of type LongAccess Constructor Description BitType(LongAccess access)
Constructor parameters in net.imglib2.type.logic with type arguments of type LongAccess Constructor Description BitType(NativeImg<?,? extends LongAccess> bitStorage)
-
Uses of LongAccess in net.imglib2.type.numeric.integer
Fields in net.imglib2.type.numeric.integer declared as LongAccess Modifier and Type Field Description protected LongAccess
GenericLongType. dataAccess
protected LongAccess
Unsigned128BitType. dataAccess
Fields in net.imglib2.type.numeric.integer with type parameters of type LongAccess Modifier and Type Field Description protected NativeImg<?,? extends LongAccess>
GenericLongType. img
protected NativeImg<?,? extends LongAccess>
Unsigned128BitType. img
Constructors in net.imglib2.type.numeric.integer with parameters of type LongAccess Constructor Description GenericLongType(LongAccess access)
LongType(LongAccess access)
Unsigned128BitType(LongAccess access)
Unsigned12BitType(LongAccess access)
Unsigned2BitType(LongAccess access)
Unsigned4BitType(LongAccess access)
UnsignedLongType(LongAccess access)
UnsignedVariableBitLengthType(LongAccess access, int nBits)
Constructor parameters in net.imglib2.type.numeric.integer with type arguments of type LongAccess Constructor Description AbstractIntegerBitType(NativeImg<?,? extends LongAccess> bitStorage, int nBits)
GenericLongType(NativeImg<?,? extends LongAccess> longStorage)
LongType(NativeImg<?,? extends LongAccess> longStorage)
Unsigned128BitType(NativeImg<?,? extends LongAccess> bitStorage)
Unsigned12BitType(NativeImg<?,? extends LongAccess> bitStorage)
Unsigned2BitType(NativeImg<?,? extends LongAccess> bitStorage)
Unsigned4BitType(NativeImg<?,? extends LongAccess> bitStorage)
UnsignedLongType(NativeImg<?,? extends LongAccess> img)
UnsignedVariableBitLengthType(NativeImg<?,? extends LongAccess> bitStorage, int nBits)
-