public static enum SoGradientOperatorProcessing3d.GradientModes extends java.lang.Enum<SoGradientOperatorProcessing3d.GradientModes> implements IntegerValuedEnum
Enum Constant and Description |
---|
AMPLITUDE_EUCLIDEAN
This option computes the euclidean amplitude gradient.
|
AMPLITUDE_MAX_OF_MAGS
This option computes the gradient maximal amplitude.
|
X_Y_AND_Z_GRADIENTS
This option computes gradient in X, Y and Z directions.
|
Modifier and Type | Method and Description |
---|---|
static SoGradientOperatorProcessing3d.GradientModes |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoGradientOperatorProcessing3d.GradientModes |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoGradientOperatorProcessing3d.GradientModes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoGradientOperatorProcessing3d.GradientModes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoGradientOperatorProcessing3d.GradientModes AMPLITUDE_MAX_OF_MAGS
outAmplitudeImage
output is set using this mode.public static final SoGradientOperatorProcessing3d.GradientModes X_Y_AND_Z_GRADIENTS
outGradientXImage
, outGradientYImage
and outGradientZImage
outputs are set using this mode.public static final SoGradientOperatorProcessing3d.GradientModes AMPLITUDE_EUCLIDEAN
outAmplitudeImage
output is set using this mode.public static SoGradientOperatorProcessing3d.GradientModes[] values()
for (SoGradientOperatorProcessing3d.GradientModes c : SoGradientOperatorProcessing3d.GradientModes.values()) System.out.println(c);
public static SoGradientOperatorProcessing3d.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 SoGradientOperatorProcessing3d.GradientModes fromValue(int val)
valueOf(int)
instead.public static SoGradientOperatorProcessing3d.GradientModes valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on August 20, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com