Uses of Interface
net.imglib2.img.basictypeaccess.LongAccess
Packages that use LongAccess
Package
Description
-
Uses of LongAccess in net.imglib2.img
Methods in net.imglib2.img that return types with arguments of type LongAccessModifier and TypeMethodDescriptionabstract 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 LongAccessModifier and TypeMethodDescriptionstatic final <A extends LongAccess>
ArrayImg<BitType,A> ArrayImgs.bits
(A access, long... dim) static final <A extends LongAccess>
ArrayImg<LongType,A> ArrayImgs.longs
(A access, long... dim) static final <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 LongAccessModifier and TypeClassDescriptionclass
AbstractLongArray<A extends AbstractLongArray<A>>
class
class
-
Uses of LongAccess in net.imglib2.img.basictypeaccess.volatiles
Subinterfaces of LongAccess in net.imglib2.img.basictypeaccess.volatiles -
Uses of LongAccess in net.imglib2.img.basictypeaccess.volatiles.array
Classes in net.imglib2.img.basictypeaccess.volatiles.array that implement LongAccessModifier and TypeClassDescriptionclass
AbstractVolatileLongArray<A extends AbstractVolatileLongArray<A>>
class
ALongArray
with anDirtyVolatileLongArray.isDirty()
and anAbstractVolatileLongArray.isValid()
flag.class
ALongArray
with anAbstractVolatileLongArray.isValid()
flag. -
Uses of LongAccess in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement LongAccess -
Uses of LongAccess in net.imglib2.type
Fields in net.imglib2.type declared as LongAccessFields in net.imglib2.type with type parameters of type LongAccessModifier and TypeFieldDescriptionprotected final NativeImg<?,
? extends LongAccess> AbstractBitType.img
Constructors in net.imglib2.type with parameters of type LongAccessConstructor parameters in net.imglib2.type with type arguments of type LongAccessModifierConstructorDescriptionAbstractBit64Type
(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 LongAccessModifier and TypeMethodDescriptionNativeImg<BasePairBitType,
? extends LongAccess> BasePairBitType.createSuitableNativeImg
(NativeImgFactory<BasePairBitType> storageFactory, long[] dim) Constructor parameters in net.imglib2.type.label with type arguments of type LongAccess -
Uses of LongAccess in net.imglib2.type.logic
Fields in net.imglib2.type.logic declared as LongAccessFields in net.imglib2.type.logic with type parameters of type LongAccessMethods in net.imglib2.type.logic that return types with arguments of type LongAccessModifier and TypeMethodDescriptionNativeImg<BitType,
? extends LongAccess> BitType.createSuitableNativeImg
(NativeImgFactory<BitType> storageFactory, long[] dim) Constructors in net.imglib2.type.logic with parameters of type LongAccessConstructor parameters in net.imglib2.type.logic with type arguments of type LongAccess -
Uses of LongAccess in net.imglib2.type.numeric.integer
Fields in net.imglib2.type.numeric.integer declared as LongAccessModifier and TypeFieldDescriptionprotected LongAccess
GenericLongType.dataAccess
protected LongAccess
Unsigned128BitType.dataAccess
Fields in net.imglib2.type.numeric.integer with type parameters of type LongAccessModifier and TypeFieldDescriptionprotected final NativeImg<?,
? extends LongAccess> GenericLongType.img
protected final NativeImg<?,
? extends LongAccess> Unsigned128BitType.img
Methods in net.imglib2.type.numeric.integer that return types with arguments of type LongAccessModifier and TypeMethodDescriptionNativeImg<LongType,
? extends LongAccess> LongType.createSuitableNativeImg
(NativeImgFactory<LongType> storageFactory, long[] dim) NativeImg<Unsigned128BitType,
? extends LongAccess> Unsigned128BitType.createSuitableNativeImg
(NativeImgFactory<Unsigned128BitType> storageFactory, long[] dim) NativeImg<Unsigned12BitType,
? extends LongAccess> Unsigned12BitType.createSuitableNativeImg
(NativeImgFactory<Unsigned12BitType> storageFactory, long[] dim) NativeImg<Unsigned2BitType,
? extends LongAccess> Unsigned2BitType.createSuitableNativeImg
(NativeImgFactory<Unsigned2BitType> storageFactory, long[] dim) NativeImg<Unsigned4BitType,
? extends LongAccess> Unsigned4BitType.createSuitableNativeImg
(NativeImgFactory<Unsigned4BitType> storageFactory, long[] dim) NativeImg<UnsignedLongType,
? extends LongAccess> UnsignedLongType.createSuitableNativeImg
(NativeImgFactory<UnsignedLongType> storageFactory, long[] dim) NativeImg<UnsignedVariableBitLengthType,
? extends LongAccess> UnsignedVariableBitLengthType.createSuitableNativeImg
(NativeImgFactory<UnsignedVariableBitLengthType> storageFactory, long[] dim) Constructors in net.imglib2.type.numeric.integer with parameters of type LongAccessModifierConstructorDescriptionGenericLongType
(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 LongAccessModifierConstructorDescriptionAbstractIntegerBitType
(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)