public static enum SoGradientOperatorProcessing2d.GradientOperators extends java.lang.Enum<SoGradientOperatorProcessing2d.GradientOperators> implements IntegerValuedEnum
Enum Constant and Description |
---|
CANNY
The gradient is computed using the Canny algorithm.
|
CANNY_DERICHE
The gradient is computed using the Canny-Deriche algorithm.
|
GAUSSIAN
The gradient is computed using the Gaussian algorithm.
|
KERNEL3X3
Deprecated.
As of Open Inventor 9700 See documentation for more details
|
PREWITT
The gradient is computed using the Prewitt algorithm.
|
SHEN_CASTAN
The gradient is computed using the Shen and Castan algorithm.
|
SOBEL
The gradient is computed using the Sobel algorithm.
|
Modifier and Type | Method and Description |
---|---|
static SoGradientOperatorProcessing2d.GradientOperators |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoGradientOperatorProcessing2d.GradientOperators |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoGradientOperatorProcessing2d.GradientOperators |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoGradientOperatorProcessing2d.GradientOperators[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoGradientOperatorProcessing2d.GradientOperators CANNY_DERICHE
public static final SoGradientOperatorProcessing2d.GradientOperators SHEN_CASTAN
public static final SoGradientOperatorProcessing2d.GradientOperators KERNEL3X3
public static final SoGradientOperatorProcessing2d.GradientOperators CANNY
public static final SoGradientOperatorProcessing2d.GradientOperators GAUSSIAN
public static final SoGradientOperatorProcessing2d.GradientOperators SOBEL
public static final SoGradientOperatorProcessing2d.GradientOperators PREWITT
public static SoGradientOperatorProcessing2d.GradientOperators[] values()
for (SoGradientOperatorProcessing2d.GradientOperators c : SoGradientOperatorProcessing2d.GradientOperators.values()) System.out.println(c);
public static SoGradientOperatorProcessing2d.GradientOperators 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.GradientOperators fromValue(int val)
valueOf(int)
instead.public static SoGradientOperatorProcessing2d.GradientOperators valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com