Modifier and Type | Interface and Description |
---|---|
interface |
Container3D<T extends Type<T>>
TODO
|
interface |
DirectAccessContainer<T extends Type<T>,A extends DataAccess>
TODO
|
interface |
PixelGridContainer<T extends Type<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
ContainerImpl<T extends Type<T>>
TODO
|
class |
DirectAccessContainerImpl<T extends Type<T>,A extends DataAccess>
TODO
|
class |
PixelGridContainerImpl<T extends Type<T>>
TODO
|
Modifier and Type | Method and Description |
---|---|
abstract <T extends Type<T>> |
ContainerFactory.createContainer(int[] dim,
T type)
This method is called by
Image . |
Modifier and Type | Method and Description |
---|---|
boolean |
Container.compareStorageContainerCompatibility(Container<?> img) |
boolean |
ContainerImpl.compareStorageContainerDimensions(Container<?> container) |
boolean |
Container.compareStorageContainerDimensions(Container<?> img) |
Modifier and Type | Class and Description |
---|---|
class |
Array<T extends Type<T>,A extends DataAccess>
TODO
|
class |
Array3D<T extends Type<T>,A extends DataAccess>
TODO
|
Modifier and Type | Method and Description |
---|---|
boolean |
Array.compareStorageContainerCompatibility(Container<?> container) |
Modifier and Type | Class and Description |
---|---|
class |
CellContainer<T extends Type<T>,A extends ArrayDataAccess<A>>
TODO
|
Modifier and Type | Method and Description |
---|---|
boolean |
CellContainer.compareStorageContainerCompatibility(Container<?> container) |
Modifier and Type | Class and Description |
---|---|
class |
ConstantContainer<T extends Type<T>>
A simple container that has only one value and returns it at each location.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConstantContainer.compareStorageContainerCompatibility(Container<?> img) |
Modifier and Type | Class and Description |
---|---|
class |
BitDynamicContainer<T extends Type<T>>
TODO
|
class |
ByteDynamicContainer<T extends Type<T>>
TODO
|
class |
CharDynamicContainer<T extends Type<T>>
TODO
|
class |
DoubleDynamicContainer<T extends Type<T>>
TODO
|
class |
DynamicContainer<T extends Type<T>,A extends DynamicContainerAccessor>
TODO
|
class |
FloatDynamicContainer<T extends Type<T>>
TODO
|
class |
IntDynamicContainer<T extends Type<T>>
TODO
|
class |
LongDynamicContainer<T extends Type<T>>
TODO
|
class |
ShortDynamicContainer<T extends Type<T>>
TODO
|
Modifier and Type | Method and Description |
---|---|
boolean |
DynamicContainer.compareStorageContainerCompatibility(Container<?> container) |
Modifier and Type | Class and Description |
---|---|
class |
ByteImagePlus<T extends Type<T>>
ImagePlusContainer for byte-stored data. |
class |
FloatImagePlus<T extends Type<T>>
ImagePlusContainer for float-stored data. |
class |
ImagePlusContainer<T extends Type<T>,A extends ArrayDataAccess<A>>
A
Container that stores data in an aray of 2d-slices each as a
linear array of basic types. |
class |
IntImagePlus<T extends Type<T>>
ImagePlusContainer for integer-stored data. |
class |
ShortImagePlus<T extends Type<T>>
ImagePlusContainer for short-stored data. |
Modifier and Type | Class and Description |
---|---|
class |
PlanarContainer<T extends Type<T>,A extends ArrayDataAccess<A>>
A
Container that stores data in an array of 2d-slices each as a
linear array of basic types. |
Modifier and Type | Method and Description |
---|---|
boolean |
PlanarContainer.compareStorageContainerCompatibility(Container<?> container) |
Modifier and Type | Class and Description |
---|---|
class |
ShapeList<T extends Type<T>>
TODO
|
class |
ShapeListCached<T extends Type<T>>
TODO
|
Modifier and Type | Method and Description |
---|---|
boolean |
ShapeList.compareStorageContainerCompatibility(Container<?> container) |
Modifier and Type | Field and Description |
---|---|
protected Container<T> |
CursorImpl.container |
Modifier and Type | Method and Description |
---|---|
Container<T> |
CursorImpl.getStorageContainer() |
Container<T> |
Cursor.getStorageContainer() |
Constructor and Description |
---|
CursorImpl(Container<T> container,
Image<T> image) |
Modifier and Type | Method and Description |
---|---|
Container<T> |
HyperSphereIterator.getStorageContainer() |
Container<T> |
AbstractSpecialCursor.getStorageContainer() |
Container<T> |
AbstractSortedGrayLevelIterator.getStorageContainer() |
Constructor and Description |
---|
SortedGrayLevelIteratorFactory(Container<T> container) |
Modifier and Type | Method and Description |
---|---|
Container<T> |
Image.getContainer()
Returns the
Container that is used for storing the image data. |
Constructor and Description |
---|
Image(Container<T> container,
T type) |
Image(Container<T> container,
T type,
String name) |
Modifier and Type | Method and Description |
---|---|
Container<FakeType> |
LocalizableLabelingCursor.getStorageContainer() |
Constructor and Description |
---|
Labeling(Container<LabelingType<T>> container,
LabelingType<T> type) |
Labeling(Container<LabelingType<T>> container,
LabelingType<T> type,
String name)
Create a named labeling from a container and a type
|
Copyright © 2015–2021 Fiji. All rights reserved.