Package jhd.FloodFill
Class FloodFill.FloodStats
java.lang.Object
jhd.FloodFill.FloodFill.FloodStats
- Enclosing class:
- FloodFill
public static class FloodFill.FloodStats
extends java.lang.Object
A data structure returned by hybridFloodFill
-
Field Summary
Fields Modifier and Type Field Description boolean
contact
True if flood reached back slice.int
contactCycles
The number of iterations at testFace contact.float
meanTort
The mean tortousity at the back slicefloat
stdDevTort
The standard deviation of the tortousity at the back sliceint
totalCycles
The total number of iterations to completion. -
Constructor Summary
Constructors Constructor Description FloodStats()
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
contact
public boolean contactTrue if flood reached back slice. -
contactCycles
public int contactCyclesThe number of iterations at testFace contact. -
totalCycles
public int totalCyclesThe total number of iterations to completion. -
meanTort
public float meanTortThe mean tortousity at the back slice -
stdDevTort
public float stdDevTortThe standard deviation of the tortousity at the back slice
-
-
Constructor Details
-
FloodStats
public FloodStats()
-