Uses of Class
com.openinventor.imageviz.engines.imageanalysis.morphometry.SoAverageSpaceThicknessQuantification3d.Models
-
Packages that use SoAverageSpaceThicknessQuantification3d.Models Package Description com.openinventor.imageviz.engines.imageanalysis.morphometry The purpose of Morphometry category is to calculate morphometric parameters either in 3D based on a volume model, or in 2D from crossection images (individually or integrated over a volume-of-interest). -
-
Uses of SoAverageSpaceThicknessQuantification3d.Models in com.openinventor.imageviz.engines.imageanalysis.morphometry
Fields in com.openinventor.imageviz.engines.imageanalysis.morphometry with type parameters of type SoAverageSpaceThicknessQuantification3d.Models Modifier and Type Field Description SoSFEnum<SoAverageSpaceThicknessQuantification3d.Models>
SoAverageSpaceThicknessQuantification3d. model
The trabecular model.Methods in com.openinventor.imageviz.engines.imageanalysis.morphometry that return SoAverageSpaceThicknessQuantification3d.Models Modifier and Type Method Description static SoAverageSpaceThicknessQuantification3d.Models
SoAverageSpaceThicknessQuantification3d.Models. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoAverageSpaceThicknessQuantification3d.Models
SoAverageSpaceThicknessQuantification3d.Models. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoAverageSpaceThicknessQuantification3d.Models[]
SoAverageSpaceThicknessQuantification3d.Models. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-