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