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