public class SortedGrayLevelIteratorFactory<T extends IntegerType<T>> extends Object implements Factory
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isArrayContainer |
| Constructor and Description |
|---|
SortedGrayLevelIteratorFactory(Container<T> container) |
SortedGrayLevelIteratorFactory(Image<T> image) |
| Modifier and Type | Method and Description |
|---|---|
AbstractSortedGrayLevelIterator<T> |
createSortedGrayLevelIterator(Image<T> image) |
String |
getErrorMessage() |
void |
printProperties() |
void |
setParameters(String configuration) |
public AbstractSortedGrayLevelIterator<T> createSortedGrayLevelIterator(Image<T> image)
public void printProperties()
printProperties in interface Factorypublic String getErrorMessage()
getErrorMessage in interface Factorypublic void setParameters(String configuration)
setParameters in interface FactoryCopyright © 2015–2021 Fiji. All rights reserved.