background, factory, shapeLists, typeLists
dim, id, numDimensions, numPixels
Constructor and Description |
---|
ShapeListCached(int[] dim,
T background) |
ShapeListCached(int[] dim,
T background,
int cacheSize) |
ShapeListCached(ShapeListContainerFactory factory,
int[] dim,
T background) |
Modifier and Type | Method and Description |
---|---|
ShapeListLocalizableByDimCursor<T> |
createLocalizableByDimCursor(Image<T> image) |
ShapeListLocalizableByDimOutOfBoundsCursor<T> |
createLocalizableByDimCursor(Image<T> image,
OutOfBoundsStrategyFactory<T> outOfBoundsFactory) |
ShapeListLocalizablePlaneCursor<T> |
createLocalizablePlaneCursor(Image<T> image) |
ShapeListCache<T> |
getShapeListCachingStrategy() |
void |
setShapeListCachingStrategy(ShapeListCache<T> cache) |
addShape, close, compareStorageContainerCompatibility, createCursor, createLocalizableCursor, getBackground, getFactory, getShapeLists, getShapeType, getShapeType
compareStorageContainerDimensions, getDimension, getDimensions, getDimensions, getId, getNumDimensions, getNumPixels, getNumPixels, toString
public ShapeListCached(ShapeListContainerFactory factory, int[] dim, T background)
public ShapeListCached(int[] dim, T background, int cacheSize)
public ShapeListCached(int[] dim, T background)
public ShapeListCache<T> getShapeListCachingStrategy()
public void setShapeListCachingStrategy(ShapeListCache<T> cache)
public ShapeListLocalizablePlaneCursor<T> createLocalizablePlaneCursor(Image<T> image)
createLocalizablePlaneCursor
in interface Container<T extends Type<T>>
createLocalizablePlaneCursor
in class ShapeList<T extends Type<T>>
public ShapeListLocalizableByDimCursor<T> createLocalizableByDimCursor(Image<T> image)
createLocalizableByDimCursor
in interface Container<T extends Type<T>>
createLocalizableByDimCursor
in class ShapeList<T extends Type<T>>
public ShapeListLocalizableByDimOutOfBoundsCursor<T> createLocalizableByDimCursor(Image<T> image, OutOfBoundsStrategyFactory<T> outOfBoundsFactory)
createLocalizableByDimCursor
in interface Container<T extends Type<T>>
createLocalizableByDimCursor
in class ShapeList<T extends Type<T>>
Copyright © 2015–2021 Fiji. All rights reserved.