Uses of Class
com.openinventor.imageviz.engines.mathematicalmorphology.distancemaps.SoEuclideanDistanceMapProcessing3d.MappingModes
-
Packages that use SoEuclideanDistanceMapProcessing3d.MappingModes Package Description com.openinventor.imageviz.engines.mathematicalmorphology.distancemaps Geodesy Principle -
-
Uses of SoEuclideanDistanceMapProcessing3d.MappingModes in com.openinventor.imageviz.engines.mathematicalmorphology.distancemaps
Fields in com.openinventor.imageviz.engines.mathematicalmorphology.distancemaps with type parameters of type SoEuclideanDistanceMapProcessing3d.MappingModes Modifier and Type Field Description SoSFEnum<SoEuclideanDistanceMapProcessing3d.MappingModes>
SoEuclideanDistanceMapProcessing3d. mappingMode
This field defines the region where the distance map is computed.Methods in com.openinventor.imageviz.engines.mathematicalmorphology.distancemaps that return SoEuclideanDistanceMapProcessing3d.MappingModes Modifier and Type Method Description static SoEuclideanDistanceMapProcessing3d.MappingModes
SoEuclideanDistanceMapProcessing3d.MappingModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoEuclideanDistanceMapProcessing3d.MappingModes
SoEuclideanDistanceMapProcessing3d.MappingModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoEuclideanDistanceMapProcessing3d.MappingModes[]
SoEuclideanDistanceMapProcessing3d.MappingModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-