Uses of Class
net.imglib2.type.numeric.NativeARGBDoubleType
-
Packages that use NativeARGBDoubleType Package Description net.imglib2.type.numeric -
-
Uses of NativeARGBDoubleType in net.imglib2.type.numeric
Methods in net.imglib2.type.numeric that return NativeARGBDoubleType Modifier and Type Method Description NativeARGBDoubleType
NativeARGBDoubleType. copy()
NativeARGBDoubleType
NativeARGBDoubleType. createVariable()
NativeARGBDoubleType
NativeARGBDoubleType. duplicateTypeOnSameNativeImg()
Methods in net.imglib2.type.numeric that return types with arguments of type NativeARGBDoubleType Modifier and Type Method Description NativeImg<NativeARGBDoubleType,? extends DoubleAccess>
NativeARGBDoubleType. createSuitableNativeImg(NativeImgFactory<NativeARGBDoubleType> storageFactory, long[] dim)
Methods in net.imglib2.type.numeric with parameters of type NativeARGBDoubleType Modifier and Type Method Description void
ARGBDoubleType. set(NativeARGBDoubleType c)
Method parameters in net.imglib2.type.numeric with type arguments of type NativeARGBDoubleType Modifier and Type Method Description NativeImg<NativeARGBDoubleType,? extends DoubleAccess>
NativeARGBDoubleType. createSuitableNativeImg(NativeImgFactory<NativeARGBDoubleType> storageFactory, long[] dim)
-