Uses of Class
net.imglib2.util.Fraction
Packages that use Fraction
Package
Description
-
Uses of Fraction in net.imglib2.img
Fields in net.imglib2.img declared as FractionMethods in net.imglib2.img with parameters of type FractionModifier and TypeMethodDescriptionabstract NativeImg<T, ? extends ByteAccess> NativeImgFactory.createByteInstance(long[] dimensions, Fraction entitiesPerPixel) abstract NativeImg<T, ? extends CharAccess> NativeImgFactory.createCharInstance(long[] dimensions, Fraction entitiesPerPixel) abstract NativeImg<T, ? extends DoubleAccess> NativeImgFactory.createDoubleInstance(long[] dimensions, Fraction entitiesPerPixel) abstract NativeImg<T, ? extends FloatAccess> NativeImgFactory.createFloatInstance(long[] dimensions, Fraction entitiesPerPixel) NativeImgFactory.createIntInstance(long[] dimensions, Fraction entitiesPerPixel) abstract NativeImg<T, ? extends LongAccess> NativeImgFactory.createLongInstance(long[] dimensions, Fraction entitiesPerPixel) abstract NativeImg<T, ? extends ShortAccess> NativeImgFactory.createShortInstance(long[] dimensions, Fraction entitiesPerPixel) Constructors in net.imglib2.img with parameters of type Fraction -
Uses of Fraction in net.imglib2.img.array
Methods in net.imglib2.img.array with parameters of type FractionModifier and TypeMethodDescriptionArrayImgFactory.createByteInstance(long[] dimensions, Fraction entitiesPerPixel) ArrayImgFactory.createCharInstance(long[] dimensions, Fraction entitiesPerPixel) ArrayImgFactory.createDoubleInstance(long[] dimensions, Fraction entitiesPerPixel) ArrayImgFactory.createFloatInstance(long[] dimensions, Fraction entitiesPerPixel) ArrayImgFactory.createIntInstance(long[] dimensions, Fraction entitiesPerPixel) ArrayImgFactory.createLongInstance(long[] dimensions, Fraction entitiesPerPixel) ArrayImgFactory.createShortInstance(long[] dimensions, Fraction entitiesPerPixel) static intArrayImgFactory.numEntitiesRangeCheck(long[] dimensions, Fraction entitiesPerPixel) Constructors in net.imglib2.img.array with parameters of type Fraction -
Uses of Fraction in net.imglib2.img.cell
Methods in net.imglib2.img.cell with parameters of type FractionModifier and TypeMethodDescriptionCellImgFactory.createByteInstance(long[] dimensions, Fraction entitiesPerPixel) CellImgFactory.createCharInstance(long[] dimensions, Fraction entitiesPerPixel) CellImgFactory.createDoubleInstance(long[] dimensions, Fraction entitiesPerPixel) CellImgFactory.createFloatInstance(long[] dimensions, Fraction entitiesPerPixel) CellImgFactory.createIntInstance(long[] dimensions, Fraction entitiesPerPixel) CellImgFactory.createLongInstance(long[] dimensions, Fraction entitiesPerPixel) CellImgFactory.createShortInstance(long[] dimensions, Fraction entitiesPerPixel) static int[]CellImgFactory.getCellDimensions(int[] defaultCellDimensions, int n, Fraction entitiesPerPixel) Computes cell size array by truncating or expandingdefaultCellDimensionsto lengthn.Constructors in net.imglib2.img.cell with parameters of type FractionModifierConstructorDescriptionAbstractCellImg(CellGrid grid, I imgOfCells, Fraction entitiesPerPixel) CellImg(CellImgFactory<T> factory, CellGrid grid, ListImg<Cell<A>> imgOfCells, Fraction entitiesPerPixel) LazyCellImg(CellGrid grid, Fraction entitiesPerPixel, LazyCellImg.Get<Cell<A>> get) -
Uses of Fraction in net.imglib2.img.planar
Methods in net.imglib2.img.planar with parameters of type FractionModifier and TypeMethodDescriptionPlanarImgFactory.createByteInstance(long[] dimensions, Fraction entitiesPerPixel) PlanarImgFactory.createCharInstance(long[] dimensions, Fraction entitiesPerPixel) PlanarImgFactory.createDoubleInstance(long[] dimensions, Fraction entitiesPerPixel) PlanarImgFactory.createFloatInstance(long[] dimensions, Fraction entitiesPerPixel) PlanarImgFactory.createIntInstance(long[] dimensions, Fraction entitiesPerPixel) PlanarImgFactory.createLongInstance(long[] dimensions, Fraction entitiesPerPixel) PlanarImgFactory.createShortInstance(long[] dimensions, Fraction entitiesPerPixel) Constructors in net.imglib2.img.planar with parameters of type Fraction -
Uses of Fraction in net.imglib2.img.sparse
Methods in net.imglib2.img.sparse with parameters of type FractionModifier and TypeMethodDescriptionNtreeImgFactory.createByteInstance(long[] dimensions, Fraction entitiesPerPixel) NtreeImgFactory.createCharInstance(long[] dimensions, Fraction entitiesPerPixel) NtreeImgFactory.createDoubleInstance(long[] dimensions, Fraction entitiesPerPixel) NtreeImgFactory.createFloatInstance(long[] dimensions, Fraction entitiesPerPixel) NtreeImgFactory.createIntInstance(long[] dimensions, Fraction entitiesPerPixel) NtreeImgFactory.createLongInstance(long[] dimensions, Fraction entitiesPerPixel) NtreeImgFactory.createShortInstance(long[] dimensions, Fraction entitiesPerPixel) Constructors in net.imglib2.img.sparse with parameters of type Fraction -
Uses of Fraction in net.imglib2.type
Methods in net.imglib2.type that return FractionModifier and TypeMethodDescriptionAbstractBitType.getEntitiesPerPixel()NativeType.getEntitiesPerPixel()Get the number of entities in the storage array required to store one pixel value. -
Uses of Fraction in net.imglib2.type.label
Methods in net.imglib2.type.label that return Fraction -
Uses of Fraction in net.imglib2.type.logic
Methods in net.imglib2.type.logic that return Fraction -
Uses of Fraction in net.imglib2.type.numeric
Methods in net.imglib2.type.numeric that return FractionModifier and TypeMethodDescriptionARGBType.getEntitiesPerPixel()NativeARGBDoubleType.getEntitiesPerPixel() -
Uses of Fraction in net.imglib2.type.numeric.complex
Methods in net.imglib2.type.numeric.complex that return FractionModifier and TypeMethodDescriptionComplexDoubleType.getEntitiesPerPixel()ComplexFloatType.getEntitiesPerPixel() -
Uses of Fraction in net.imglib2.type.numeric.integer
Methods in net.imglib2.type.numeric.integer that return FractionModifier and TypeMethodDescriptionGenericByteType.getEntitiesPerPixel()GenericIntType.getEntitiesPerPixel()GenericLongType.getEntitiesPerPixel()GenericShortType.getEntitiesPerPixel()Unsigned128BitType.getEntitiesPerPixel() -
Uses of Fraction in net.imglib2.type.numeric.real
Methods in net.imglib2.type.numeric.real that return FractionModifier and TypeMethodDescriptionDoubleType.getEntitiesPerPixel()FloatType.getEntitiesPerPixel() -
Uses of Fraction in net.imglib2.util
Methods in net.imglib2.util that return FractionMethods in net.imglib2.util with parameters of type Fraction