Uses of Interface
net.imglib2.img.basictypeaccess.LongAccess
Packages that use LongAccess
Package
Description
-
Uses of LongAccess in net.imglib2.img.array
Methods in net.imglib2.img.array with type parameters of type LongAccessModifier and TypeMethodDescriptionstatic <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<Unsigned128BitType, A> ArrayImgs.unsigned128Bits(A access, long... dim) static <A extends LongAccess>
ArrayImg<Unsigned12BitType, A> ArrayImgs.unsigned12Bits(A access, long... dim) static <A extends LongAccess>
ArrayImg<Unsigned2BitType, A> ArrayImgs.unsigned2Bits(A access, long... dim) static <A extends LongAccess>
ArrayImg<Unsigned4BitType, A> ArrayImgs.unsigned4Bits(A access, long... dim) static <A extends LongAccess>
ArrayImg<UnsignedLongType, A> ArrayImgs.unsignedLongs(A access, long... dim) static <A extends LongAccess>
ArrayImg<UnsignedVariableBitLengthType, A> ArrayImgs.unsignedVariableBitLengths(A access, int nbits, long... dim) Creates anArrayImg<UnsignedVariableBitLengthType,LongAccess> using aLongAccesspassed as argument. -
Uses of LongAccess in net.imglib2.img.basictypeaccess.array
Classes in net.imglib2.img.basictypeaccess.array that implement LongAccessModifier and TypeClassDescriptionclassAbstractLongArray<A extends AbstractLongArray<A>>classclass -
Uses of LongAccess in net.imglib2.img.basictypeaccess.nio
Classes in net.imglib2.img.basictypeaccess.nio that implement LongAccess -
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 TypeClassDescriptionclassAbstractVolatileLongArray<A extends AbstractVolatileLongArray<A>>classALongArraywith anDirtyVolatileLongArray.isDirty()and anAbstractVolatileLongArray.isValid()flag.classALongArraywith 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.imgMethods in net.imglib2.type with type parameters of type LongAccessModifier and TypeMethodDescriptionstatic <T extends NativeType<T>, A extends LongAccess>
NativeTypeFactory<T, A> Methods in net.imglib2.type that return types with arguments of type LongAccessModifier and TypeMethodDescriptionabstract NativeTypeFactory<T, LongAccess> AbstractBitType.getNativeTypeFactory()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
Fields in net.imglib2.type.label with type parameters of type LongAccessModifier and TypeFieldDescriptionprivate static final NativeTypeFactory<BasePairBitType, LongAccess> BasePairBitType.typeFactoryMethods in net.imglib2.type.label that return types with arguments of type LongAccessConstructor 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 LongAccessModifier and TypeFieldDescriptionprotected final NativeImg<?, ? extends LongAccess> BitType.imgprivate static final NativeTypeFactory<BitType, LongAccess> BitType.typeFactoryMethods in net.imglib2.type.logic that return types with arguments of type LongAccessConstructors 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 LongAccessGenericLongType.dataAccessprotected LongAccessUnsigned128BitType.dataAccessFields in net.imglib2.type.numeric.integer with type parameters of type LongAccessModifier and TypeFieldDescriptionprotected final NativeImg<?, ? extends LongAccess> GenericLongType.imgprotected final NativeImg<?, ? extends LongAccess> Unsigned128BitType.imgprivate static final NativeTypeFactory<LongType, LongAccess> LongType.typeFactoryprivate static final NativeTypeFactory<Unsigned128BitType, LongAccess> Unsigned128BitType.typeFactoryprivate static final NativeTypeFactory<Unsigned12BitType, LongAccess> Unsigned12BitType.typeFactoryprivate static final NativeTypeFactory<Unsigned2BitType, LongAccess> Unsigned2BitType.typeFactoryprivate static final NativeTypeFactory<Unsigned4BitType, LongAccess> Unsigned4BitType.typeFactoryprivate static final NativeTypeFactory<UnsignedLongType, LongAccess> UnsignedLongType.typeFactoryprivate final NativeTypeFactory<UnsignedVariableBitLengthType, LongAccess> UnsignedVariableBitLengthType.typeFactoryMethods in net.imglib2.type.numeric.integer that return types with arguments of type LongAccessModifier and TypeMethodDescriptionabstract NativeTypeFactory<T, LongAccess> GenericLongType.getNativeTypeFactory()LongType.getNativeTypeFactory()Unsigned128BitType.getNativeTypeFactory()Unsigned12BitType.getNativeTypeFactory()Unsigned2BitType.getNativeTypeFactory()Unsigned4BitType.getNativeTypeFactory()UnsignedLongType.getNativeTypeFactory()UnsignedVariableBitLengthType.getNativeTypeFactory()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) -
Uses of LongAccess in net.imglib2.type.volatiles
Methods in net.imglib2.type.volatiles with parameters of type LongAccessModifier and TypeMethodDescriptionvoidVolatileLongType.WrappedLongType.setAccess(LongAccess access) voidVolatileUnsignedLongType.WrappedUnsignedLongType.setAccess(LongAccess access) Constructors in net.imglib2.type.volatiles with parameters of type LongAccessModifierConstructorDescriptionWrappedLongType(LongAccess access) WrappedUnsignedLongType(LongAccess access) Constructor parameters in net.imglib2.type.volatiles with type arguments of type LongAccessModifierConstructorDescriptionWrappedLongType(NativeImg<?, ? extends LongAccess> img) WrappedUnsignedLongType(NativeImg<?, ? extends LongAccess> img)