Class WatershedFIFO
java.lang.Object
org.hortonmachine.lesto.modules.vegetation.watershed.WatershedFIFO
public class WatershedFIFO
extends java.lang.Object
This class implements a FIFO queue that
uses the same formalism as the Vincent
and Soille algorithm (1991)
-
Constructor Summary
Constructors Constructor Description WatershedFIFO() -
Method Summary
Modifier and Type Method Description voidfifo_add(WatershedPixel p)voidfifo_add_FICTITIOUS()booleanfifo_empty()WatershedPixelfifo_remove()java.lang.StringtoString()
-
Constructor Details
-
WatershedFIFO
public WatershedFIFO()
-
-
Method Details
-
fifo_add
-
fifo_remove
-
fifo_empty
public boolean fifo_empty() -
fifo_add_FICTITIOUS
public void fifo_add_FICTITIOUS() -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-