Uses of Class
com.openinventor.imageviz.engines.edgedetection.gradient.SoMorphologicalGradientProcessing.PrecisionModes
-
Packages that use SoMorphologicalGradientProcessing.PrecisionModes Package Description com.openinventor.imageviz.engines.edgedetection.gradient Introduction to Gradient -
-
Uses of SoMorphologicalGradientProcessing.PrecisionModes in com.openinventor.imageviz.engines.edgedetection.gradient
Fields in com.openinventor.imageviz.engines.edgedetection.gradient with type parameters of type SoMorphologicalGradientProcessing.PrecisionModes Modifier and Type Field Description SoSFEnum<SoMorphologicalGradientProcessing.PrecisionModes>SoMorphologicalGradientProcessing. precisionModeSelect the precision for computation method.Methods in com.openinventor.imageviz.engines.edgedetection.gradient that return SoMorphologicalGradientProcessing.PrecisionModes Modifier and Type Method Description static SoMorphologicalGradientProcessing.PrecisionModesSoMorphologicalGradientProcessing.PrecisionModes. valueOf(int val)Returns the enum constant of this type with the specified integer valuestatic SoMorphologicalGradientProcessing.PrecisionModesSoMorphologicalGradientProcessing.PrecisionModes. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SoMorphologicalGradientProcessing.PrecisionModes[]SoMorphologicalGradientProcessing.PrecisionModes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-