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 FractionConstructors 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 TypeMethodDescriptionstatic 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 TypeMethodDescriptionstatic 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 TypeMethodDescriptionprivate static <A extends ArrayDataAccess<A>>
List<A> PlanarImg.createSlices(A creator, long[] dim, Fraction entitiesPerPixel) Constructors in net.imglib2.img.planar with parameters of type Fraction -
Uses of Fraction in net.imglib2.img.sparse
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 FractionModifier and TypeMethodDescriptionBitType.getEntitiesPerPixel()NativeBoolType.getEntitiesPerPixel() -
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.type.volatiles
Methods in net.imglib2.type.volatiles that return FractionModifier and TypeMethodDescriptionAbstractVolatileNativeNumericType.getEntitiesPerPixel()AbstractVolatileNativeRealType.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
PlanarImg(List, long[], Fraction)instead.