Uses of Class
org.anchoranalysis.image.bean.nonbean.UnitValueException
| Package | Description |
|---|---|
| org.anchoranalysis.image.bean.unitvalue.extent |
Converting quantities of extent (area or volume) between units.
|
| org.anchoranalysis.image.bean.unitvalue.extent.area |
Converting quantities of area between units.
|
| org.anchoranalysis.image.bean.unitvalue.extent.volume |
Converting quantities of volume between units.
|
-
Uses of UnitValueException in org.anchoranalysis.image.bean.unitvalue.extent
Methods in org.anchoranalysis.image.bean.unitvalue.extent that throw UnitValueException Modifier and Type Method Description abstract doubleUnitValueExtent. resolveToVoxels(Optional<UnitConverter> unitConverter)Resolves a measurement of area/volume (in whatever units) to units corresponding to the image pixels/voxels. -
Uses of UnitValueException in org.anchoranalysis.image.bean.unitvalue.extent.area
Methods in org.anchoranalysis.image.bean.unitvalue.extent.area that throw UnitValueException Modifier and Type Method Description doubleAreaPhysical. resolveToVoxels(Optional<UnitConverter> unitConverter) -
Uses of UnitValueException in org.anchoranalysis.image.bean.unitvalue.extent.volume
Methods in org.anchoranalysis.image.bean.unitvalue.extent.volume that throw UnitValueException Modifier and Type Method Description doubleVolumePhysical. resolveToVoxels(Optional<UnitConverter> unitConverter)