Uses of Class
org.anchoranalysis.image.bean.nonbean.UnitValueException
Packages that use UnitValueException
Package
Description
Converting quantities of extent (area or volume) between units.
Converting quantities of area between units.
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 UnitValueExceptionModifier and TypeMethodDescriptionabstract double
UnitValueExtent.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 UnitValueExceptionModifier and TypeMethodDescriptiondouble
AreaPhysical.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 UnitValueExceptionModifier and TypeMethodDescriptiondouble
VolumePhysical.resolveToVoxels
(Optional<UnitConverter> unitConverter)