Modifier and Type | Class and Description |
---|---|
class |
ArrayContainerFactory
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
CellContainerFactory
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicContainerFactory
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
ImagePlusContainerFactory
Factory that creates an appropriate
ImagePlusContainer . |
Modifier and Type | Class and Description |
---|---|
class |
PlanarContainerFactory
Factory that creates an appropriate
PlanarContainer . |
Modifier and Type | Method and Description |
---|---|
DirectAccessContainer<LabelingType<T>,? extends IntAccess> |
LabelingType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
Modifier and Type | Method and Description |
---|---|
DirectAccessContainer<T,?> |
Type.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim)
The
Type creates the DirectAccessContainer used for storing image data; based on the given storage strategy and its size. |
Modifier and Type | Method and Description |
---|---|
DirectAccessContainer<FakeType,?> |
FakeType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
DirectAccessContainer<BasePairCharType,? extends CharAccess> |
BasePairCharType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
DirectAccessContainer<BasePairBitType,? extends BitAccess> |
BasePairBitType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
Modifier and Type | Method and Description |
---|---|
DirectAccessContainer<BitType,? extends BitAccess> |
BitType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
Modifier and Type | Method and Description |
---|---|
DirectAccessContainer<RGBALegacyType,? extends IntAccess> |
RGBALegacyType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
Modifier and Type | Method and Description |
---|---|
DirectAccessContainer<ComplexFloatType,? extends FloatAccess> |
ComplexFloatType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
DirectAccessContainer<ComplexDoubleType,? extends DoubleAccess> |
ComplexDoubleType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
Modifier and Type | Method and Description |
---|---|
DirectAccessContainer<FloatType,? extends FloatAccess> |
FloatType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
DirectAccessContainer<DoubleType,? extends DoubleAccess> |
DoubleType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
Modifier and Type | Class and Description |
---|---|
class |
PredefinedCellContainerFactory
TODO
|
Copyright © 2015–2021 Fiji. All rights reserved.