Package | Description |
---|---|
mpicbg.imglib.container.basictypecontainer.array | |
mpicbg.imglib.container.cell | |
mpicbg.imglib.container.imageplus | |
mpicbg.imglib.container.planar | |
mpicbg.imglib.wrapper |
Modifier and Type | Method and Description |
---|---|
ByteArray |
ByteArray.createArray(int numEntities) |
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
CellContainerFactory.createByteInstance(int[] dimensions,
int entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
ImagePlusContainerFactory.createByteInstance(int[] dimensions,
int entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
void |
ByteImagePlus.setPlane(int no,
ByteArray plane)
This has to be overwritten, otherwise two different instances exist (one in the imageplus, one in the mirror)
|
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
PlanarContainerFactory.createByteInstance(int[] dimensions,
int entitiesPerPixel) |
Modifier and Type | Class and Description |
---|---|
class |
ExistingByteArrays
Instead of creating new cell arrays, it return the corresponding array from a predefined list
|
Modifier and Type | Method and Description |
---|---|
ByteArray |
ExistingByteArrays.createArray(int numEntities) |
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
PredefinedCellContainerFactory.createByteInstance(int[] dimensions,
int entitiesPerPixel) |
Copyright © 2015–2021 Fiji. All rights reserved.