Package jhd.FloodFill
Class FloodFill.PorosityReport
java.lang.Object
jhd.FloodFill.FloodFill.PorosityReport
- Enclosing class:
 - FloodFill
 
public static class FloodFill.PorosityReport
extends java.lang.Object
A data structure returned by characterize and hybridFloodFill
- 
Field Summary
Fields Modifier and Type Field Description intfloodableVoxelCountThe number of floodable voxels in the imagefloatresolvedPorosityThe resolved volume in the imagefloatresolvedVolumeThe resolved volume in the imageintresolvedVoxelCountThe number of resolved voxels in the imagefloattotalPorosityResolved + unresolved volumes in the imagefloatunresolvedPorosityThe unresolved volume in the imagefloatunresolvedVolumeThe unresolved volume in the imageintunresolvedVoxelCountThe number of unresolved voxels in the image - 
Constructor Summary
Constructors Constructor Description PorosityReport() - 
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Field Details
- 
resolvedVoxelCount
public int resolvedVoxelCountThe number of resolved voxels in the image - 
unresolvedVoxelCount
public int unresolvedVoxelCountThe number of unresolved voxels in the image - 
floodableVoxelCount
public int floodableVoxelCountThe number of floodable voxels in the image - 
resolvedVolume
public float resolvedVolumeThe resolved volume in the image - 
unresolvedVolume
public float unresolvedVolumeThe unresolved volume in the image - 
resolvedPorosity
public float resolvedPorosityThe resolved volume in the image - 
unresolvedPorosity
public float unresolvedPorosityThe unresolved volume in the image - 
totalPorosity
public float totalPorosityResolved + unresolved volumes in the image 
 - 
 - 
Constructor Details
- 
PorosityReport
public PorosityReport() 
 -