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 int
floodableVoxelCount
The number of floodable voxels in the imagefloat
resolvedPorosity
The resolved volume in the imagefloat
resolvedVolume
The resolved volume in the imageint
resolvedVoxelCount
The number of resolved voxels in the imagefloat
totalPorosity
Resolved + unresolved volumes in the imagefloat
unresolvedPorosity
The unresolved volume in the imagefloat
unresolvedVolume
The unresolved volume in the imageint
unresolvedVoxelCount
The 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()
-