Uses of Interface
net.imglib2.img.basictypeaccess.BooleanAccess
-
-
Uses of BooleanAccess in net.imglib2.img.array
Methods in net.imglib2.img.array with type parameters of type BooleanAccess Modifier and Type Method Description static <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 BooleanAccess Modifier and Type Class Description classAbstractBooleanArray<A extends AbstractBooleanArray<A>>classBooleanArrayclassDirtyBooleanArray -
Uses of BooleanAccess in net.imglib2.img.basictypeaccess.volatiles
Subinterfaces of BooleanAccess in net.imglib2.img.basictypeaccess.volatiles Modifier and Type Interface Description interfaceVolatileBooleanAccess -
Uses of BooleanAccess in net.imglib2.img.basictypeaccess.volatiles.array
Classes in net.imglib2.img.basictypeaccess.volatiles.array that implement BooleanAccess Modifier and Type Class Description classAbstractVolatileBooleanArray<A extends AbstractVolatileBooleanArray<A>>classDirtyVolatileBooleanArrayABooleanArraywith anDirtyVolatileBooleanArray.isDirty()and anAbstractVolatileBooleanArray.isValid()flag.classVolatileBooleanArrayABooleanArraywith anAbstractVolatileBooleanArray.isValid()flag. -
Uses of BooleanAccess in net.imglib2.type
Methods in net.imglib2.type with type parameters of type BooleanAccess Modifier and Type Method Description static <T extends NativeType<T>,A extends BooleanAccess>
NativeTypeFactory<T,A>NativeTypeFactory. BOOLEAN(java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType) -
Uses of BooleanAccess in net.imglib2.type.logic
Fields in net.imglib2.type.logic declared as BooleanAccess Modifier and Type Field Description protected BooleanAccessNativeBoolType. dataAccessFields in net.imglib2.type.logic with type parameters of type BooleanAccess Modifier and Type Field Description protected NativeImg<?,? extends BooleanAccess>NativeBoolType. imgprivate static NativeTypeFactory<NativeBoolType,BooleanAccess>NativeBoolType. typeFactoryMethods in net.imglib2.type.logic that return types with arguments of type BooleanAccess Modifier and Type Method Description NativeTypeFactory<NativeBoolType,BooleanAccess>NativeBoolType. getNativeTypeFactory()Constructors in net.imglib2.type.logic with parameters of type BooleanAccess Constructor Description NativeBoolType(BooleanAccess access)Constructor parameters in net.imglib2.type.logic with type arguments of type BooleanAccess Constructor Description NativeBoolType(NativeImg<?,? extends BooleanAccess> boolStorage)
-