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 Factory
public String getErrorMessage()
getErrorMessage
in interface Factory
public void setParameters(String configuration)
setParameters
in interface Factory
Copyright © 2015–2021 Fiji. All rights reserved.