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