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