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
Methods in net.imglib2.type.logic that return BitType Modifier and Type Method Description BitType
BitType. copy()
BitType
BitType. createVariable()
BitType
BitType. duplicateTypeOnSameNativeImg()
Methods in net.imglib2.type.logic that return types with arguments of type BitType Modifier and Type Method Description NativeImg<BitType,? extends LongAccess>
BitType. createSuitableNativeImg(NativeImgFactory<BitType> storageFactory, long[] dim)
Methods in net.imglib2.type.logic with parameters of type BitType Modifier and Type Method Description void
BitType. add(BitType c)
void
BitType. and(BitType c)
int
BitType. compareTo(BitType c)
void
BitType. div(BitType c)
void
BitType. mul(BitType c)
void
BitType. or(BitType c)
void
BitType. set(BitType c)
void
BitType. sub(BitType c)
boolean
BitType. valueEquals(BitType t)
void
BitType. xor(BitType c)
Method parameters in net.imglib2.type.logic with type arguments of type BitType Modifier and Type Method Description NativeImg<BitType,? extends LongAccess>
BitType. createSuitableNativeImg(NativeImgFactory<BitType> storageFactory, long[] dim)
-