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