Uses of Class
net.imglib2.type.logic.NativeBoolType
Packages that use NativeBoolType
-
Uses of NativeBoolType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type NativeBoolTypeModifier and TypeMethodDescriptionstatic <A extends BooleanAccess>
ArrayImg<NativeBoolType, A> ArrayImgs.bits(A access, long... dim) Deprecated.static ArrayImg<NativeBoolType, BooleanArray> ArrayImgs.booleans(boolean[] array, long... dim) static ArrayImg<NativeBoolType, BooleanArray> ArrayImgs.booleans(long... dim) static <A extends BooleanAccess>
ArrayImg<NativeBoolType, A> ArrayImgs.booleans(A access, long... dim) -
Uses of NativeBoolType in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type NativeBoolTypeModifier and TypeMethodDescriptionstatic final PlanarImg<NativeBoolType, BooleanArray> PlanarImgs.booleans(long... dim) -
Uses of NativeBoolType in net.imglib2.type.logic
Fields in net.imglib2.type.logic with type parameters of type NativeBoolTypeModifier and TypeFieldDescriptionprivate static final NativeTypeFactory<NativeBoolType, BooleanAccess> NativeBoolType.typeFactoryMethods in net.imglib2.type.logic that return NativeBoolTypeModifier and TypeMethodDescriptionNativeBoolType.copy()NativeBoolType.createVariable()NativeBoolType.duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.logic that return types with arguments of type NativeBoolTypeMethods in net.imglib2.type.logic with parameters of type NativeBoolTypeModifier and TypeMethodDescriptionvoidNativeBoolType.add(NativeBoolType c) voidNativeBoolType.and(NativeBoolType c) intNativeBoolType.compareTo(NativeBoolType c) voidNativeBoolType.div(NativeBoolType c) voidNativeBoolType.mul(NativeBoolType c) voidNativeBoolType.or(NativeBoolType c) voidNativeBoolType.set(NativeBoolType c) voidNativeBoolType.sub(NativeBoolType c) booleanNativeBoolType.valueEquals(NativeBoolType t) voidNativeBoolType.xor(NativeBoolType c)
ArrayImgs.booleans(BooleanAccess, long...)