Uses of Enum Class
org.anchoranalysis.image.core.dimensions.SpatialUnits.UnitSuffix
Packages that use SpatialUnits.UnitSuffix
Package
Description
Classes to describe the size of images or components of images both in voxels and physically.
Features that convert to/from physical spatial units (e.g. meters) as opposed to pixels/voxels.
-
Uses of SpatialUnits.UnitSuffix in org.anchoranalysis.image.core.dimensions
Methods in org.anchoranalysis.image.core.dimensions that return SpatialUnits.UnitSuffixModifier and TypeMethodDescriptionstatic SpatialUnits.UnitSuffix
Returns the enum constant of this class with the specified name.static SpatialUnits.UnitSuffix[]
SpatialUnits.UnitSuffix.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.anchoranalysis.image.core.dimensions with parameters of type SpatialUnits.UnitSuffixModifier and TypeMethodDescriptionstatic double
SpatialUnits.convertFromUnits
(double valueUnits, SpatialUnits.UnitSuffix unitSuffix) Converts a value from another unit-type to base units.static double
SpatialUnits.convertToUnits
(double valueBaseUnits, SpatialUnits.UnitSuffix unitSuffix) Converts a value in base-units to another unit-type.static String
SpatialUnits.suffixStringForMeters
(SpatialUnits.UnitSuffix suffix) A string that describes the suffix for meters. -
Uses of SpatialUnits.UnitSuffix in org.anchoranalysis.image.feature.bean.physical
Constructors in org.anchoranalysis.image.feature.bean.physical with parameters of type SpatialUnits.UnitSuffixModifierConstructorDescriptionConvertToPhysicalDistance
(Feature<T> feature, SpatialUnits.UnitSuffix unitType, DirectionVector directionVector) Creates a new instance with specified feature, unit type, and direction vector.protected
FeatureConvertUnits
(Feature<T> feature, SpatialUnits.UnitSuffix unitType) Constructs a FeatureConvertUnits with a specified feature and unit type.