Uses of Class
com.openinventor.imageviz.engines.mathematicalmorphology.distancemaps.SoLocalThicknessMapProcessing3d.PrecisionModes
-
Packages that use SoLocalThicknessMapProcessing3d.PrecisionModes Package Description com.openinventor.imageviz.engines.mathematicalmorphology.distancemaps Geodesy Principle -
-
Uses of SoLocalThicknessMapProcessing3d.PrecisionModes in com.openinventor.imageviz.engines.mathematicalmorphology.distancemaps
Fields in com.openinventor.imageviz.engines.mathematicalmorphology.distancemaps with type parameters of type SoLocalThicknessMapProcessing3d.PrecisionModes Modifier and Type Field Description SoSFEnum<SoLocalThicknessMapProcessing3d.PrecisionModes>
SoLocalThicknessMapProcessing3d. precisionMode
Precision for computation method.Methods in com.openinventor.imageviz.engines.mathematicalmorphology.distancemaps that return SoLocalThicknessMapProcessing3d.PrecisionModes Modifier and Type Method Description static SoLocalThicknessMapProcessing3d.PrecisionModes
SoLocalThicknessMapProcessing3d.PrecisionModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoLocalThicknessMapProcessing3d.PrecisionModes
SoLocalThicknessMapProcessing3d.PrecisionModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoLocalThicknessMapProcessing3d.PrecisionModes[]
SoLocalThicknessMapProcessing3d.PrecisionModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-