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