public static enum SoConvertImageProcessing.DataTypes extends java.lang.Enum<SoConvertImageProcessing.DataTypes> implements IntegerValuedEnum
| Enum Constant and Description |
|---|
BINARY
2 bytes depth.
|
FLOATING_POINT
4 bytes depth.
|
LABEL
2 bytes depth.
|
LONG_INTEGER
4 bytes depth.
|
SHORT_INTEGER
2 bytes depth.
|
SIGNED_CHAR
1 byte depth.
|
UNSIGNED_CHAR
1 byte depth.
|
UNSIGNED_SHORT
2 bytes depth.
|
| Modifier and Type | Method and Description |
|---|---|
static SoConvertImageProcessing.DataTypes |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoConvertImageProcessing.DataTypes |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoConvertImageProcessing.DataTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoConvertImageProcessing.DataTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoConvertImageProcessing.DataTypes UNSIGNED_CHAR
public static final SoConvertImageProcessing.DataTypes SIGNED_CHAR
public static final SoConvertImageProcessing.DataTypes SHORT_INTEGER
public static final SoConvertImageProcessing.DataTypes UNSIGNED_SHORT
public static final SoConvertImageProcessing.DataTypes LABEL
public static final SoConvertImageProcessing.DataTypes BINARY
public static final SoConvertImageProcessing.DataTypes LONG_INTEGER
to
.public static final SoConvertImageProcessing.DataTypes FLOATING_POINT
public static SoConvertImageProcessing.DataTypes[] values()
for (SoConvertImageProcessing.DataTypes c : SoConvertImageProcessing.DataTypes.values()) System.out.println(c);
public static SoConvertImageProcessing.DataTypes 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 SoConvertImageProcessing.DataTypes fromValue(int val)
valueOf(int) instead.public static SoConvertImageProcessing.DataTypes 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