Uses of Class
net.imglib2.img.NativeImgFactory
Packages that use NativeImgFactory
Package
Description
-
Uses of NativeImgFactory in net.imglib2.img.array
Subclasses of NativeImgFactory in net.imglib2.img.array -
Uses of NativeImgFactory in net.imglib2.img.cell
Subclasses of NativeImgFactory in net.imglib2.img.cellModifier and TypeClassDescriptionclassCellImgFactory<T extends NativeType<T>>Factory for creatingCellImgs. -
Uses of NativeImgFactory in net.imglib2.img.planar
Subclasses of NativeImgFactory in net.imglib2.img.planarModifier and TypeClassDescriptionclassPlanarImgFactory<T extends NativeType<T>>Factory that creates an appropriatePlanarImg. -
Uses of NativeImgFactory in net.imglib2.img.sparse
Subclasses of NativeImgFactory in net.imglib2.img.sparse -
Uses of NativeImgFactory in net.imglib2.type
Methods in net.imglib2.type with parameters of type NativeImgFactoryModifier and TypeMethodDescriptionNativeType.createSuitableNativeImg(NativeImgFactory<T> storageFactory, long[] dim) TheNativeTypecreates theNativeImgused for storing image data; based on the given storage strategy and its size. -
Uses of NativeImgFactory in net.imglib2.type.label
Methods in net.imglib2.type.label with parameters of type NativeImgFactoryModifier and TypeMethodDescriptionNativeImg<BasePairBitType, ? extends LongAccess> BasePairBitType.createSuitableNativeImg(NativeImgFactory<BasePairBitType> storageFactory, long[] dim) NativeImg<BasePairCharType, ? extends CharAccess> BasePairCharType.createSuitableNativeImg(NativeImgFactory<BasePairCharType> storageFactory, long[] dim) -
Uses of NativeImgFactory in net.imglib2.type.logic
Methods in net.imglib2.type.logic with parameters of type NativeImgFactoryModifier and TypeMethodDescriptionNativeImg<BitType, ? extends LongAccess> BitType.createSuitableNativeImg(NativeImgFactory<BitType> storageFactory, long[] dim) -
Uses of NativeImgFactory in net.imglib2.type.numeric
Methods in net.imglib2.type.numeric with parameters of type NativeImgFactoryModifier and TypeMethodDescriptionARGBType.createSuitableNativeImg(NativeImgFactory<ARGBType> storageFactory, long[] dim) NativeImg<NativeARGBDoubleType, ? extends DoubleAccess> NativeARGBDoubleType.createSuitableNativeImg(NativeImgFactory<NativeARGBDoubleType> storageFactory, long[] dim) -
Uses of NativeImgFactory in net.imglib2.type.numeric.complex
Methods in net.imglib2.type.numeric.complex with parameters of type NativeImgFactoryModifier and TypeMethodDescriptionNativeImg<ComplexDoubleType, ? extends DoubleAccess> ComplexDoubleType.createSuitableNativeImg(NativeImgFactory<ComplexDoubleType> storageFactory, long[] dim) NativeImg<ComplexFloatType, ? extends FloatAccess> ComplexFloatType.createSuitableNativeImg(NativeImgFactory<ComplexFloatType> storageFactory, long[] dim) -
Uses of NativeImgFactory in net.imglib2.type.numeric.integer
Methods in net.imglib2.type.numeric.integer with parameters of type NativeImgFactoryModifier and TypeMethodDescriptionNativeImg<ByteType, ? extends ByteAccess> ByteType.createSuitableNativeImg(NativeImgFactory<ByteType> storageFactory, long[] dim) IntType.createSuitableNativeImg(NativeImgFactory<IntType> storageFactory, long[] dim) NativeImg<LongType, ? extends LongAccess> LongType.createSuitableNativeImg(NativeImgFactory<LongType> storageFactory, long[] dim) NativeImg<ShortType, ? extends ShortAccess> ShortType.createSuitableNativeImg(NativeImgFactory<ShortType> storageFactory, long[] dim) NativeImg<Unsigned128BitType, ? extends LongAccess> Unsigned128BitType.createSuitableNativeImg(NativeImgFactory<Unsigned128BitType> storageFactory, long[] dim) NativeImg<Unsigned12BitType, ? extends LongAccess> Unsigned12BitType.createSuitableNativeImg(NativeImgFactory<Unsigned12BitType> storageFactory, long[] dim) NativeImg<Unsigned2BitType, ? extends LongAccess> Unsigned2BitType.createSuitableNativeImg(NativeImgFactory<Unsigned2BitType> storageFactory, long[] dim) NativeImg<Unsigned4BitType, ? extends LongAccess> Unsigned4BitType.createSuitableNativeImg(NativeImgFactory<Unsigned4BitType> storageFactory, long[] dim) NativeImg<UnsignedByteType, ? extends ByteAccess> UnsignedByteType.createSuitableNativeImg(NativeImgFactory<UnsignedByteType> storageFactory, long[] dim) NativeImg<UnsignedIntType, ? extends IntAccess> UnsignedIntType.createSuitableNativeImg(NativeImgFactory<UnsignedIntType> storageFactory, long[] dim) NativeImg<UnsignedLongType, ? extends LongAccess> UnsignedLongType.createSuitableNativeImg(NativeImgFactory<UnsignedLongType> storageFactory, long[] dim) NativeImg<UnsignedShortType, ? extends ShortAccess> UnsignedShortType.createSuitableNativeImg(NativeImgFactory<UnsignedShortType> storageFactory, long[] dim) NativeImg<UnsignedVariableBitLengthType, ? extends LongAccess> UnsignedVariableBitLengthType.createSuitableNativeImg(NativeImgFactory<UnsignedVariableBitLengthType> storageFactory, long[] dim) -
Uses of NativeImgFactory in net.imglib2.type.numeric.real
Methods in net.imglib2.type.numeric.real with parameters of type NativeImgFactoryModifier and TypeMethodDescriptionNativeImg<DoubleType, ? extends DoubleAccess> DoubleType.createSuitableNativeImg(NativeImgFactory<DoubleType> storageFactory, long[] dim) NativeImg<FloatType, ? extends FloatAccess> FloatType.createSuitableNativeImg(NativeImgFactory<FloatType> storageFactory, long[] dim)