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