Uses of Class
net.imglib2.type.logic.BitType
-
Packages that use BitType Package Description net.imglib2.img.array net.imglib2.img.planar net.imglib2.type.logic -
-
Uses of BitType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type BitType Modifier and Type Method Description static ArrayImg<BitType,LongArray>ArrayImgs. bits(long... dim)static <A extends LongAccess>
ArrayImg<BitType,A>ArrayImgs. bits(A access, long... dim) -
Uses of BitType in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type BitType Modifier and Type Method Description static PlanarImg<BitType,LongArray>PlanarImgs. bits(long... dim) -
Uses of BitType in net.imglib2.type.logic
Fields in net.imglib2.type.logic with type parameters of type BitType Modifier and Type Field Description private static NativeTypeFactory<BitType,LongAccess>BitType. typeFactoryMethods in net.imglib2.type.logic that return BitType Modifier and Type Method Description BitTypeBitType. copy()BitTypeBitType. createVariable()BitTypeBitType. duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.logic that return types with arguments of type BitType Modifier and Type Method Description NativeTypeFactory<BitType,LongAccess>BitType. getNativeTypeFactory()Methods in net.imglib2.type.logic with parameters of type BitType Modifier and Type Method Description voidBitType. add(BitType c)voidBitType. and(BitType c)intBitType. compareTo(BitType other)voidBitType. div(BitType c)voidBitType. mul(BitType c)voidBitType. or(BitType c)voidBitType. set(BitType c)voidBitType. sub(BitType c)booleanBitType. valueEquals(BitType t)voidBitType. xor(BitType c)
-