public static enum SoGradientOperatorProcessing2d.GradientModes extends java.lang.Enum<SoGradientOperatorProcessing2d.GradientModes> implements IntegerValuedEnum
| Enum Constant and Description |
|---|
AMPLITUDE_AND_ORIENTATION
This option computes euclidean amplitude and the orientation (between -128 and +128 degrees).
|
AMPLITUDE_EUCLIDEAN
This option computes the gradient euclidean amplitude.
|
AMPLITUDE_MAX_OF_MAGS
This option computes the gradient maximal amplitude.
|
X_AND_Y_GRADIENTS
This option computes gradient in X and Y directions.
|
| Modifier and Type | Method and Description |
|---|---|
static SoGradientOperatorProcessing2d.GradientModes |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoGradientOperatorProcessing2d.GradientModes |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoGradientOperatorProcessing2d.GradientModes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoGradientOperatorProcessing2d.GradientModes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoGradientOperatorProcessing2d.GradientModes AMPLITUDE_MAX_OF_MAGS
outAmplitudeImage output is set using this mode.public static final SoGradientOperatorProcessing2d.GradientModes AMPLITUDE_EUCLIDEAN
outAmplitudeImage output is set using this mode.public static final SoGradientOperatorProcessing2d.GradientModes AMPLITUDE_AND_ORIENTATION
outAmplitudeImage and outOrientationImage outputs are set using this mode.public static final SoGradientOperatorProcessing2d.GradientModes X_AND_Y_GRADIENTS
outGradientXImage and outGradientYImage outputs are set using this mode.public static SoGradientOperatorProcessing2d.GradientModes[] values()
for (SoGradientOperatorProcessing2d.GradientModes c : SoGradientOperatorProcessing2d.GradientModes.values()) System.out.println(c);
public static SoGradientOperatorProcessing2d.GradientModes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Deprecated public static SoGradientOperatorProcessing2d.GradientModes fromValue(int val)
valueOf(int) instead.public static SoGradientOperatorProcessing2d.GradientModes valueOf(int val)
public int getValue()
IntegerValuedEnumgetValue in interface IntegerValuedEnumGenerated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com