Uses of Class
com.openinventor.imageviz.engines.imageanalysis.morphometry.SoAverageObjectThicknessQuantification3d.Models
-
Packages that use SoAverageObjectThicknessQuantification3d.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 SoAverageObjectThicknessQuantification3d.Models in com.openinventor.imageviz.engines.imageanalysis.morphometry
Fields in com.openinventor.imageviz.engines.imageanalysis.morphometry with type parameters of type SoAverageObjectThicknessQuantification3d.Models Modifier and Type Field Description SoSFEnum<SoAverageObjectThicknessQuantification3d.Models>
SoAverageObjectThicknessQuantification3d. model
The trabecular model.Methods in com.openinventor.imageviz.engines.imageanalysis.morphometry that return SoAverageObjectThicknessQuantification3d.Models Modifier and Type Method Description static SoAverageObjectThicknessQuantification3d.Models
SoAverageObjectThicknessQuantification3d.Models. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoAverageObjectThicknessQuantification3d.Models
SoAverageObjectThicknessQuantification3d.Models. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoAverageObjectThicknessQuantification3d.Models[]
SoAverageObjectThicknessQuantification3d.Models. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-