public static enum SoCompareValueQuantification.ComparisonCriterions extends java.lang.Enum<SoCompareValueQuantification.ComparisonCriterions> implements IntegerValuedEnum
| Enum Constant and Description |
|---|
EQUAL_TO
The engine computes in
the number of pixels/voxels which intensity is equal to . |
GREATER_OR_EQUAL
The engine computes in
the number of pixels/voxels which intensity is greater than or equal to . |
GREATER_THAN
The engine computes in
the number of pixels/voxels which intensity is strictly greater than . |
LESS_OR_EQUAL
The engine computes in
the number of pixels/voxels which intensity is less than or equal to . |
LESS_THAN
The engine computes in
the number of pixels/voxels which intensity is strictly less than . |
NOT_EQUAL_TO
The engine computes in
the number of pixels/voxels which intensity is not equal to . |
| Modifier and Type | Method and Description |
|---|---|
static SoCompareValueQuantification.ComparisonCriterions |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoCompareValueQuantification.ComparisonCriterions |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoCompareValueQuantification.ComparisonCriterions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoCompareValueQuantification.ComparisonCriterions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoCompareValueQuantification.ComparisonCriterions LESS_THAN
the number of pixels/voxels which intensity is strictly less than
.public static final SoCompareValueQuantification.ComparisonCriterions LESS_OR_EQUAL
the number of pixels/voxels which intensity is less than or equal to
.public static final SoCompareValueQuantification.ComparisonCriterions EQUAL_TO
the number of pixels/voxels which intensity is equal to
.public static final SoCompareValueQuantification.ComparisonCriterions GREATER_OR_EQUAL
the number of pixels/voxels which intensity is greater than or equal to
.public static final SoCompareValueQuantification.ComparisonCriterions GREATER_THAN
the number of pixels/voxels which intensity is strictly greater than
.public static final SoCompareValueQuantification.ComparisonCriterions NOT_EQUAL_TO
the number of pixels/voxels which intensity is not equal to
.public static SoCompareValueQuantification.ComparisonCriterions[] values()
for (SoCompareValueQuantification.ComparisonCriterions c : SoCompareValueQuantification.ComparisonCriterions.values()) System.out.println(c);
public static SoCompareValueQuantification.ComparisonCriterions 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 SoCompareValueQuantification.ComparisonCriterions fromValue(int val)
valueOf(int) instead.public static SoCompareValueQuantification.ComparisonCriterions 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