public class PixelIterator extends java.lang.Object implements java.util.Iterator<Neighborhood3x3>
| Constructor and Description |
|---|
PixelIterator(ij.process.FloatProcessor fp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Neighborhood3x3 |
next() |
void |
remove() |
void |
rewind()
Reset iterator to its initial position
|
public boolean hasNext()
hasNext in interface java.util.Iterator<Neighborhood3x3>public Neighborhood3x3 next()
next in interface java.util.Iterator<Neighborhood3x3>public void remove()
remove in interface java.util.Iterator<Neighborhood3x3>public void rewind()