Uses of Class
net.imglib2.util.Fraction
-
-
Uses of Fraction in net.imglib2.img
Fields in net.imglib2.img declared as Fraction Modifier and Type Field Description protected Fraction
AbstractNativeImg. entitiesPerPixel
Methods in net.imglib2.img with parameters of type Fraction Modifier and Type Method Description abstract 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)
abstract NativeImg<T,? extends IntAccess>
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 Constructor Description AbstractNativeImg(long[] dim, Fraction entitiesPerPixel)
-
Uses of Fraction in net.imglib2.img.array
Methods in net.imglib2.img.array with parameters of type Fraction Modifier and Type Method Description ArrayImg<T,ByteArray>
ArrayImgFactory. createByteInstance(long[] dimensions, Fraction entitiesPerPixel)
ArrayImg<T,CharArray>
ArrayImgFactory. createCharInstance(long[] dimensions, Fraction entitiesPerPixel)
ArrayImg<T,DoubleArray>
ArrayImgFactory. createDoubleInstance(long[] dimensions, Fraction entitiesPerPixel)
ArrayImg<T,FloatArray>
ArrayImgFactory. createFloatInstance(long[] dimensions, Fraction entitiesPerPixel)
ArrayImg<T,IntArray>
ArrayImgFactory. createIntInstance(long[] dimensions, Fraction entitiesPerPixel)
ArrayImg<T,LongArray>
ArrayImgFactory. createLongInstance(long[] dimensions, Fraction entitiesPerPixel)
ArrayImg<T,ShortArray>
ArrayImgFactory. createShortInstance(long[] dimensions, Fraction entitiesPerPixel)
static int
ArrayImgFactory. numEntitiesRangeCheck(long[] dimensions, Fraction entitiesPerPixel)
Constructors in net.imglib2.img.array with parameters of type Fraction Constructor Description ArrayImg(A data, long[] dim, Fraction entitiesPerPixel)
-
Uses of Fraction in net.imglib2.img.cell
Methods in net.imglib2.img.cell with parameters of type Fraction Modifier and Type Method Description CellImg<T,ByteArray>
CellImgFactory. createByteInstance(long[] dimensions, Fraction entitiesPerPixel)
CellImg<T,CharArray>
CellImgFactory. createCharInstance(long[] dimensions, Fraction entitiesPerPixel)
CellImg<T,DoubleArray>
CellImgFactory. createDoubleInstance(long[] dimensions, Fraction entitiesPerPixel)
CellImg<T,FloatArray>
CellImgFactory. createFloatInstance(long[] dimensions, Fraction entitiesPerPixel)
CellImg<T,IntArray>
CellImgFactory. createIntInstance(long[] dimensions, Fraction entitiesPerPixel)
CellImg<T,LongArray>
CellImgFactory. createLongInstance(long[] dimensions, Fraction entitiesPerPixel)
CellImg<T,ShortArray>
CellImgFactory. createShortInstance(long[] dimensions, Fraction entitiesPerPixel)
static int[]
CellImgFactory. getCellDimensions(int[] defaultCellDimensions, int n, Fraction entitiesPerPixel)
Computes cell size array by truncating or expandingdefaultCellDimensions
to lengthn
.Constructors in net.imglib2.img.cell with parameters of type Fraction Constructor Description AbstractCellImg(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 Fraction Modifier and Type Method Description NativeImg<T,ByteArray>
PlanarImgFactory. createByteInstance(long[] dimensions, Fraction entitiesPerPixel)
NativeImg<T,CharArray>
PlanarImgFactory. createCharInstance(long[] dimensions, Fraction entitiesPerPixel)
NativeImg<T,DoubleArray>
PlanarImgFactory. createDoubleInstance(long[] dimensions, Fraction entitiesPerPixel)
NativeImg<T,FloatArray>
PlanarImgFactory. createFloatInstance(long[] dimensions, Fraction entitiesPerPixel)
NativeImg<T,IntArray>
PlanarImgFactory. createIntInstance(long[] dimensions, Fraction entitiesPerPixel)
NativeImg<T,LongArray>
PlanarImgFactory. createLongInstance(long[] dimensions, Fraction entitiesPerPixel)
NativeImg<T,ShortArray>
PlanarImgFactory. createShortInstance(long[] dimensions, Fraction entitiesPerPixel)
Constructors in net.imglib2.img.planar with parameters of type Fraction Constructor Description PlanarImg(long[] dim, Fraction entitiesPerPixel)
-
Uses of Fraction in net.imglib2.img.sparse
Methods in net.imglib2.img.sparse with parameters of type Fraction Modifier and Type Method Description NtreeImg<T,ByteNtree>
NtreeImgFactory. createByteInstance(long[] dimensions, Fraction entitiesPerPixel)
NtreeImg<T,CharNtree>
NtreeImgFactory. createCharInstance(long[] dimensions, Fraction entitiesPerPixel)
NtreeImg<T,DoubleNtree>
NtreeImgFactory. createDoubleInstance(long[] dimensions, Fraction entitiesPerPixel)
NtreeImg<T,FloatNtree>
NtreeImgFactory. createFloatInstance(long[] dimensions, Fraction entitiesPerPixel)
NtreeImg<T,IntNtree>
NtreeImgFactory. createIntInstance(long[] dimensions, Fraction entitiesPerPixel)
NtreeImg<T,LongNtree>
NtreeImgFactory. createLongInstance(long[] dimensions, Fraction entitiesPerPixel)
NtreeImg<T,ShortNtree>
NtreeImgFactory. createShortInstance(long[] dimensions, Fraction entitiesPerPixel)
Constructors in net.imglib2.img.sparse with parameters of type Fraction Constructor Description NtreeImg(A data, long[] dim, Fraction entitiesPerPixel)
-
Uses of Fraction in net.imglib2.type
Methods in net.imglib2.type that return Fraction Modifier and Type Method Description Fraction
AbstractBitType. getEntitiesPerPixel()
Fraction
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 Modifier and Type Method Description Fraction
BasePairCharType. getEntitiesPerPixel()
-
Uses of Fraction in net.imglib2.type.logic
Methods in net.imglib2.type.logic that return Fraction Modifier and Type Method Description Fraction
BitType. getEntitiesPerPixel()
-
Uses of Fraction in net.imglib2.type.numeric
Methods in net.imglib2.type.numeric that return Fraction Modifier and Type Method Description Fraction
ARGBType. getEntitiesPerPixel()
Fraction
NativeARGBDoubleType. getEntitiesPerPixel()
-
Uses of Fraction in net.imglib2.type.numeric.complex
Methods in net.imglib2.type.numeric.complex that return Fraction Modifier and Type Method Description Fraction
ComplexDoubleType. getEntitiesPerPixel()
Fraction
ComplexFloatType. getEntitiesPerPixel()
-
Uses of Fraction in net.imglib2.type.numeric.integer
Methods in net.imglib2.type.numeric.integer that return Fraction Modifier and Type Method Description Fraction
GenericByteType. getEntitiesPerPixel()
Fraction
GenericIntType. getEntitiesPerPixel()
Fraction
GenericLongType. getEntitiesPerPixel()
Fraction
GenericShortType. getEntitiesPerPixel()
Fraction
Unsigned128BitType. getEntitiesPerPixel()
-
Uses of Fraction in net.imglib2.type.numeric.real
Methods in net.imglib2.type.numeric.real that return Fraction Modifier and Type Method Description Fraction
DoubleType. getEntitiesPerPixel()
Fraction
FloatType. getEntitiesPerPixel()
-
Uses of Fraction in net.imglib2.util
Methods in net.imglib2.util that return Fraction Modifier and Type Method Description Fraction
Fraction. clone()
Methods in net.imglib2.util with parameters of type Fraction Modifier and Type Method Description void
Fraction. div(Fraction fraction)
void
Fraction. mul(Fraction fraction)
-