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