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