Uses of Interface
net.imglib2.img.basictypeaccess.BooleanAccess
Packages that use BooleanAccess
Package
Description
-
Uses of BooleanAccess in net.imglib2.img.array
Methods in net.imglib2.img.array with type parameters of type BooleanAccessModifier and TypeMethodDescriptionstatic <A extends BooleanAccess>
ArrayImg<NativeBoolType, A> ArrayImgs.bits(A access, long... dim) Deprecated.static <A extends BooleanAccess>
ArrayImg<NativeBoolType, A> ArrayImgs.booleans(A access, long... dim) -
Uses of BooleanAccess in net.imglib2.img.basictypeaccess.array
Classes in net.imglib2.img.basictypeaccess.array that implement BooleanAccessModifier and TypeClassDescriptionclassAbstractBooleanArray<A extends AbstractBooleanArray<A>>classclass -
Uses of BooleanAccess in net.imglib2.img.basictypeaccess.volatiles
Subinterfaces of BooleanAccess in net.imglib2.img.basictypeaccess.volatiles -
Uses of BooleanAccess in net.imglib2.img.basictypeaccess.volatiles.array
Classes in net.imglib2.img.basictypeaccess.volatiles.array that implement BooleanAccessModifier and TypeClassDescriptionclassAbstractVolatileBooleanArray<A extends AbstractVolatileBooleanArray<A>>classABooleanArraywith anDirtyVolatileBooleanArray.isDirty()and anAbstractVolatileBooleanArray.isValid()flag.classABooleanArraywith anAbstractVolatileBooleanArray.isValid()flag. -
Uses of BooleanAccess in net.imglib2.type
Methods in net.imglib2.type with type parameters of type BooleanAccessModifier and TypeMethodDescriptionstatic <T extends NativeType<T>, A extends BooleanAccess>
NativeTypeFactory<T, A> -
Uses of BooleanAccess in net.imglib2.type.logic
Fields in net.imglib2.type.logic declared as BooleanAccessFields in net.imglib2.type.logic with type parameters of type BooleanAccessModifier and TypeFieldDescriptionprotected final NativeImg<?, ? extends BooleanAccess> NativeBoolType.imgprivate static final NativeTypeFactory<NativeBoolType, BooleanAccess> NativeBoolType.typeFactoryMethods in net.imglib2.type.logic that return types with arguments of type BooleanAccessConstructors in net.imglib2.type.logic with parameters of type BooleanAccessConstructor parameters in net.imglib2.type.logic with type arguments of type BooleanAccess
ArrayImgs.booleans(BooleanAccess, long...)