Package jhd.FloodFill
Class FloodFill.FloodReport
java.lang.Object
jhd.FloodFill.FloodFill.FloodReport
- Enclosing class:
 - FloodFill
 
public static class FloodFill.FloodReport
extends java.lang.Object
Data structure returned by hybridFloodFill
- 
Field Summary
Fields Modifier and Type Field Description FloodFill.PorosityReportafterFloodPost flood porosity after the flood processFloodFill.PorosityReportbeforeFloodPost flood porosity before the flood processFloodFill.FloodStatsfloodStatisticsStatistics associated with the flood process - 
Constructor Summary
Constructors Constructor Description FloodReport() - 
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Field Details
- 
beforeFlood
Post flood porosity before the flood process - 
afterFlood
Post flood porosity after the flood process - 
floodStatistics
Statistics associated with the flood process 
 - 
 - 
Constructor Details
- 
FloodReport
public FloodReport() 
 -