Uses of Class
net.imglib2.type.logic.NativeBoolType
-
Packages that use NativeBoolType Package Description net.imglib2.img.array net.imglib2.img.planar net.imglib2.type.logic -
-
Uses of NativeBoolType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type NativeBoolType Modifier and Type Method Description static <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 NativeBoolType Modifier and Type Method Description static 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 NativeBoolType Modifier and Type Field Description private static NativeTypeFactory<NativeBoolType,BooleanAccess>NativeBoolType. typeFactoryMethods in net.imglib2.type.logic that return NativeBoolType Modifier and Type Method Description NativeBoolTypeNativeBoolType. copy()NativeBoolTypeNativeBoolType. createVariable()NativeBoolTypeNativeBoolType. duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.logic that return types with arguments of type NativeBoolType Modifier and Type Method Description NativeTypeFactory<NativeBoolType,BooleanAccess>NativeBoolType. getNativeTypeFactory()Methods in net.imglib2.type.logic with parameters of type NativeBoolType Modifier and Type Method Description voidNativeBoolType. 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)
-