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