Package | Description |
---|---|
mpicbg.imglib.container.shapelist | |
mpicbg.imglib.cursor.shapelist |
Modifier and Type | Class and Description |
---|---|
class |
ShapeListCached<T extends Type<T>>
TODO
|
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
ShapeListContainerFactory.createContainer(int[] dim,
T type)
This method is called by
Image . |
Modifier and Type | Field and Description |
---|---|
protected ShapeList<T> |
ShapeListLocalizableByDimCursor.container |
Constructor and Description |
---|
ShapeListCachedLocalizableByDimCursor(ShapeList<T> container,
Image<T> image,
ShapeListCache<T> cache) |
ShapeListCachedLocalizableByDimOutOfBoundsCursor(ShapeList<T> container,
Image<T> image,
OutOfBoundsStrategyFactory<T> outOfBoundsStrategyFactory,
ShapeListCache<T> cache) |
ShapeListCachedLocalizablePlaneCursor(ShapeList<T> container,
Image<T> image,
ShapeListCache<T> cache) |
ShapeListLocalizableByDimCursor(ShapeList<T> container,
Image<T> image) |
ShapeListLocalizableByDimOutOfBoundsCursor(ShapeList<T> container,
Image<T> image,
OutOfBoundsStrategyFactory<T> outOfBoundsStrategyFactory) |
ShapeListLocalizablePlaneCursor(ShapeList<T> container,
Image<T> image) |
Copyright © 2015–2021 Fiji. All rights reserved.