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 slice
    float stdDevTort
    The standard deviation of the tortousity at the back slice
    int 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 contact
      True if flood reached back slice.
    • contactCycles

      public int contactCycles
      The number of iterations at testFace contact.
    • totalCycles

      public int totalCycles
      The total number of iterations to completion.
    • meanTort

      public float meanTort
      The mean tortousity at the back slice
    • stdDevTort

      public float stdDevTort
      The standard deviation of the tortousity at the back slice
  • Constructor Details

    • FloodStats

      public FloodStats()