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 |
---|---|
IntArray |
IntArray.createArray(int numEntities) |
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
CellContainerFactory.createIntInstance(int[] dimensions,
int entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
ImagePlusContainerFactory.createIntInstance(int[] dimensions,
int entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
void |
IntImagePlus.setPlane(int no,
IntArray 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.createIntInstance(int[] dimensions,
int entitiesPerPixel) |
Modifier and Type | Class and Description |
---|---|
class |
ExistingIntArrays
Instead of creating new cell arrays, it return the corresponding array from a predefined list
|
Modifier and Type | Method and Description |
---|---|
IntArray |
ExistingIntArrays.createArray(int numEntities) |
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
PredefinedCellContainerFactory.createIntInstance(int[] dimensions,
int entitiesPerPixel) |
Copyright © 2015–2021 Fiji. All rights reserved.