Modifier and Type | Method and Description |
---|---|
abstract <T extends Type<T>> |
DirectAccessContainerFactory.createIntInstance(int[] dimensions,
int entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
ArrayContainerFactory.createIntInstance(int[] dimensions,
int entitiesPerPixel) |
Modifier and Type | Class and Description |
---|---|
class |
IntArray
TODO
|
class |
NIOIntArray
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
IntDynamicContainerAccessor
TODO
|
Modifier and Type | Field and Description |
---|---|
protected IntAccess |
LabelingType.access |
Modifier and Type | Field and Description |
---|---|
protected DirectAccessContainer<LabelingType<T>,? extends IntAccess> |
LabelingType.storage |
Modifier and Type | Method and Description |
---|---|
DirectAccessContainer<LabelingType<T>,? extends IntAccess> |
LabelingType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
Constructor and Description |
---|
LabelingType(DirectAccessContainer<LabelingType<T>,? extends IntAccess> storage,
mpicbg.imglib.labeling.LabelingMapping<T,Integer> mapping,
IntAccess access,
long[] generation) |
Constructor and Description |
---|
LabelingType(DirectAccessContainer<LabelingType<T>,? extends IntAccess> storage)
A labeling that supports 2^31 different kinds of label assignments
|
LabelingType(DirectAccessContainer<LabelingType<T>,? extends IntAccess> storage,
mpicbg.imglib.labeling.LabelingMapping<T,Integer> mapping,
IntAccess access,
long[] generation) |
Modifier and Type | Method and Description |
---|---|
DirectAccessContainer<RGBALegacyType,? extends IntAccess> |
RGBALegacyType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
Constructor and Description |
---|
RGBALegacyType(DirectAccessContainer<RGBALegacyType,? extends IntAccess> byteStorage) |
Modifier and Type | Method and Description |
---|---|
DirectAccessContainer<UnsignedIntType,? extends IntAccess> |
UnsignedIntType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
DirectAccessContainer<IntType,? extends IntAccess> |
IntType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
Constructor and Description |
---|
GenericIntType(DirectAccessContainer<T,? extends IntAccess> intStorage) |
IntType(DirectAccessContainer<IntType,? extends IntAccess> intStorage) |
UnsignedIntType(DirectAccessContainer<UnsignedIntType,? extends IntAccess> intStorage) |
Modifier and Type | Class and Description |
---|---|
class |
ExistingIntArrays
Instead of creating new cell arrays, it return the corresponding array from a predefined list
|
Copyright © 2015–2021 Fiji. All rights reserved.