Modifier and Type | Method and Description |
---|---|
static <A extends ArrayDataAccess<A>> |
EmptyCellCacheLoader.get(CellGrid grid,
Fraction entitiesPerPixel,
PrimitiveType primitiveType,
Set<AccessFlags> flags) |
Constructor and Description |
---|
CachedCellImg(CellGrid grid,
Fraction entitiesPerPixel,
Cache<Long,Cell<A>> cache,
A accessType) |
DirtyDiskCellCache(Path blockcache,
CellGrid grid,
CacheLoader<Long,Cell<A>> backingLoader,
AccessIo<A> accessIo,
Fraction entitiesPerPixel) |
DiskCachedCellImg(DiskCachedCellImgFactory<T> factory,
CellGrid grid,
Fraction entitiesPerPixel,
Cache<Long,Cell<A>> cache,
IoSync iosync,
A accessType) |
DiskCellCache(Path blockcache,
CellGrid grid,
CacheLoader<Long,Cell<A>> backingLoader,
AccessIo<A> accessIo,
Fraction entitiesPerPixel) |
EmptyCellCacheLoader(CellGrid grid,
Fraction entitiesPerPixel,
A creator) |
Modifier and Type | Field and Description |
---|---|
protected Fraction |
AbstractNativeLongAccessImg.entitiesPerPixel |
protected Fraction |
AbstractNativeImg.entitiesPerPixel |
Modifier and Type | Method and Description |
---|---|
abstract NativeLongAccessImg<T,? extends ByteLongAccess> |
NativeLongAccessImgFactory.createByteInstance(long[] dimensions,
Fraction entitiesPerPixel) |
abstract NativeLongAccessImg<T,? extends CharLongAccess> |
NativeLongAccessImgFactory.createCharInstance(long[] dimensions,
Fraction entitiesPerPixel) |
abstract NativeLongAccessImg<T,? extends DoubleLongAccess> |
NativeLongAccessImgFactory.createDoubleInstance(long[] dimensions,
Fraction entitiesPerPixel) |
abstract NativeLongAccessImg<T,? extends FloatLongAccess> |
NativeLongAccessImgFactory.createFloatInstance(long[] dimensions,
Fraction entitiesPerPixel) |
abstract NativeLongAccessImg<T,? extends IntLongAccess> |
NativeLongAccessImgFactory.createIntInstance(long[] dimensions,
Fraction entitiesPerPixel) |
abstract NativeLongAccessImg<T,? extends LongLongAccess> |
NativeLongAccessImgFactory.createLongInstance(long[] dimensions,
Fraction entitiesPerPixel) |
abstract NativeLongAccessImg<T,? extends ShortLongAccess> |
NativeLongAccessImgFactory.createShortInstance(long[] dimensions,
Fraction entitiesPerPixel) |
Constructor and Description |
---|
AbstractNativeImg(long[] dim,
Fraction entitiesPerPixel) |
AbstractNativeLongAccessImg(long[] dim,
Fraction entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
static int |
ArrayImgFactory.numEntitiesRangeCheck(long[] dimensions,
Fraction entitiesPerPixel) |
Constructor and Description |
---|
ArrayImg(A data,
long[] dim,
Fraction entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
static int[] |
CellImgFactory.getCellDimensions(int[] defaultCellDimensions,
int n,
Fraction entitiesPerPixel)
Computes cell size array by truncating or expanding
defaultCellDimensions to length n . |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
protected int |
ImagePlusImg.numEntities(Fraction entities) |
Constructor and Description |
---|
ByteImagePlus(long[] dim,
Fraction entitiesPerPixel) |
FloatImagePlus(long[] dim,
Fraction entitiesPerPixel) |
ImagePlusImg(int width,
int height,
int depth,
int frames,
int channels,
Fraction entitiesPerPixel) |
IntImagePlus(long[] dim,
Fraction entitiesPerPixel) |
ShortImagePlus(long[] dim,
Fraction entitiesPerPixel) |
Constructor and Description |
---|
PlanarImg(List<A> slices,
long[] dim,
Fraction entitiesPerPixel) |
PlanarImg(long[] dim,
Fraction entitiesPerPixel)
Deprecated.
Use
PlanarImg(List, long[], Fraction) instead. |
Constructor and Description |
---|
NtreeImg(A data,
long[] dim,
Fraction entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
UnsafeImg<T,OwningByteUnsafe> |
UnsafeImgFactory.createByteInstance(long[] dimensions,
Fraction entitiesPerPixel) |
UnsafeImg<T,OwningCharUnsafe> |
UnsafeImgFactory.createCharInstance(long[] dimensions,
Fraction entitiesPerPixel) |
UnsafeImg<T,OwningDoubleUnsafe> |
UnsafeImgFactory.createDoubleInstance(long[] dimensions,
Fraction entitiesPerPixel) |
UnsafeImg<T,OwningFloatUnsafe> |
UnsafeImgFactory.createFloatInstance(long[] dimensions,
Fraction entitiesPerPixel) |
UnsafeImg<T,OwningIntUnsafe> |
UnsafeImgFactory.createIntInstance(long[] dimensions,
Fraction entitiesPerPixel) |
UnsafeImg<T,OwningLongUnsafe> |
UnsafeImgFactory.createLongInstance(long[] dimensions,
Fraction entitiesPerPixel) |
UnsafeImg<T,OwningShortUnsafe> |
UnsafeImgFactory.createShortInstance(long[] dimensions,
Fraction entitiesPerPixel) |
static long |
UnsafeImgFactory.numEntities(long[] dimensions,
Fraction entitiesPerPixel) |
Constructor and Description |
---|
UnsafeImg(A data,
long[] dim,
Fraction entitiesPerPixel)
TODO check for the size of numPixels being
< Integer.MAX_VALUE ?
TODO Type is suddenly not necessary anymore |
Modifier and Type | Method and Description |
---|---|
Fraction |
NativeLongAccessType.getEntitiesPerPixel()
Get the number of entities in the storage array required to store one
pixel value.
|
Fraction |
NativeType.getEntitiesPerPixel()
Get the number of entities in the storage array required to store one
pixel value.
|
Fraction |
AbstractBitType.getEntitiesPerPixel() |
Modifier and Type | Method and Description |
---|---|
Fraction |
BasePairCharType.getEntitiesPerPixel() |
Modifier and Type | Method and Description |
---|---|
Fraction |
NativeBoolType.getEntitiesPerPixel() |
Fraction |
BitType.getEntitiesPerPixel() |
Modifier and Type | Method and Description |
---|---|
Fraction |
ARGBLongAccessType.getEntitiesPerPixel() |
Fraction |
NativeARGBDoubleType.getEntitiesPerPixel() |
Fraction |
ARGBType.getEntitiesPerPixel() |
Modifier and Type | Method and Description |
---|---|
Fraction |
ComplexFloatLongAccessType.getEntitiesPerPixel() |
Fraction |
ComplexDoubleLongAccessType.getEntitiesPerPixel() |
Fraction |
ComplexFloatType.getEntitiesPerPixel() |
Fraction |
ComplexDoubleType.getEntitiesPerPixel() |
Modifier and Type | Method and Description |
---|---|
Fraction |
GenericShortLongAccessType.getEntitiesPerPixel() |
Fraction |
GenericLongLongAccessType.getEntitiesPerPixel() |
Fraction |
GenericIntLongAccessType.getEntitiesPerPixel() |
Fraction |
GenericByteLongAccessType.getEntitiesPerPixel() |
Fraction |
Unsigned128BitType.getEntitiesPerPixel() |
Fraction |
GenericShortType.getEntitiesPerPixel() |
Fraction |
GenericLongType.getEntitiesPerPixel() |
Fraction |
GenericIntType.getEntitiesPerPixel() |
Fraction |
GenericByteType.getEntitiesPerPixel() |
Modifier and Type | Method and Description |
---|---|
Fraction |
FloatLongAccessType.getEntitiesPerPixel() |
Fraction |
DoubleLongAccessType.getEntitiesPerPixel() |
Fraction |
FloatType.getEntitiesPerPixel() |
Fraction |
DoubleType.getEntitiesPerPixel() |
Modifier and Type | Method and Description |
---|---|
Fraction |
AbstractVolatileNativeRealType.getEntitiesPerPixel() |
Fraction |
AbstractVolatileNativeNumericType.getEntitiesPerPixel() |
Modifier and Type | Method and Description |
---|---|
Fraction |
Fraction.clone() |
Modifier and Type | Method and Description |
---|---|
void |
Fraction.div(Fraction fraction) |
void |
Fraction.mul(Fraction fraction) |
Copyright © 2015–2022 ImgLib2. All rights reserved.