public static enum SoMedianFilterProcessing.KernelTypes extends java.lang.Enum<SoMedianFilterProcessing.KernelTypes> implements IntegerValuedEnum
| Enum Constant and Description |
|---|
SEPARABLE
Deprecated.
This mode specifies a separable kernel type.
|
STANDARD
Deprecated.
This mode specifies a full rectangular kernel type.
|
| Modifier and Type | Method and Description |
|---|---|
static SoMedianFilterProcessing.KernelTypes |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Deprecated.
Returns the integer value of the enum constant.
|
static SoMedianFilterProcessing.KernelTypes |
valueOf(int val)
Deprecated.
Returns the enum constant of this type with the specified integer value
|
static SoMedianFilterProcessing.KernelTypes |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static SoMedianFilterProcessing.KernelTypes[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoMedianFilterProcessing.KernelTypes SEPARABLE
Please note that the median is not a separable filter, this implementation has been initially provided for performance reason. The SEPARABLE mode is now deprecated and will be removed in the next major version. Use STANDARD mode.
public static final SoMedianFilterProcessing.KernelTypes STANDARD
public static SoMedianFilterProcessing.KernelTypes[] values()
for (SoMedianFilterProcessing.KernelTypes c : SoMedianFilterProcessing.KernelTypes.values()) System.out.println(c);
public static SoMedianFilterProcessing.KernelTypes 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 SoMedianFilterProcessing.KernelTypes fromValue(int val)
valueOf(int) instead.public static SoMedianFilterProcessing.KernelTypes valueOf(int val)
public int getValue()
IntegerValuedEnumgetValue in interface IntegerValuedEnumGenerated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com