Uses of Class
net.imglib2.type.label.BasePairBitType
-
Packages that use BasePairBitType Package Description net.imglib2.type.label -
-
Uses of BasePairBitType in net.imglib2.type.label
Methods in net.imglib2.type.label that return BasePairBitType Modifier and Type Method Description BasePairBitType
BasePairBitType. copy()
BasePairBitType
BasePairBitType. createVariable()
BasePairBitType
BasePairBitType. duplicateTypeOnSameNativeImg()
Methods in net.imglib2.type.label that return types with arguments of type BasePairBitType Modifier and Type Method Description NativeImg<BasePairBitType,? extends LongAccess>
BasePairBitType. createSuitableNativeImg(NativeImgFactory<BasePairBitType> storageFactory, long[] dim)
Methods in net.imglib2.type.label with parameters of type BasePairBitType Modifier and Type Method Description int
BasePairBitType. compareTo(BasePairBitType c)
void
BasePairBitType. set(BasePairBitType c)
boolean
BasePairBitType. valueEquals(BasePairBitType t)
Method parameters in net.imglib2.type.label with type arguments of type BasePairBitType Modifier and Type Method Description NativeImg<BasePairBitType,? extends LongAccess>
BasePairBitType. createSuitableNativeImg(NativeImgFactory<BasePairBitType> storageFactory, long[] dim)
-