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