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