public static enum libfreenectLibrary.freenect_depth_format extends Enum<libfreenectLibrary.freenect_depth_format> implements org.bridj.ValuedEnum<libfreenectLibrary.freenect_depth_format>
| Enum Constant and Description |
|---|
FREENECT_DEPTH_10BIT |
FREENECT_DEPTH_10BIT_PACKED |
FREENECT_DEPTH_11BIT |
FREENECT_DEPTH_11BIT_PACKED |
FREENECT_DEPTH_DUMMY |
FREENECT_DEPTH_MM |
FREENECT_DEPTH_REGISTERED |
| Modifier and Type | Field and Description |
|---|---|
long |
value |
| Modifier and Type | Method and Description |
|---|---|
static org.bridj.ValuedEnum<libfreenectLibrary.freenect_depth_format> |
fromValue(int value) |
Iterator<libfreenectLibrary.freenect_depth_format> |
iterator() |
long |
value() |
static libfreenectLibrary.freenect_depth_format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static libfreenectLibrary.freenect_depth_format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfforEach, spliteratorpublic static final libfreenectLibrary.freenect_depth_format FREENECT_DEPTH_11BIT
public static final libfreenectLibrary.freenect_depth_format FREENECT_DEPTH_10BIT
public static final libfreenectLibrary.freenect_depth_format FREENECT_DEPTH_11BIT_PACKED
public static final libfreenectLibrary.freenect_depth_format FREENECT_DEPTH_10BIT_PACKED
public static final libfreenectLibrary.freenect_depth_format FREENECT_DEPTH_REGISTERED
public static final libfreenectLibrary.freenect_depth_format FREENECT_DEPTH_MM
public static final libfreenectLibrary.freenect_depth_format FREENECT_DEPTH_DUMMY
public final long value
public static libfreenectLibrary.freenect_depth_format[] values()
for (libfreenectLibrary.freenect_depth_format c : libfreenectLibrary.freenect_depth_format.values()) System.out.println(c);
public static libfreenectLibrary.freenect_depth_format valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic long value()
value in interface org.bridj.ValuedEnum<libfreenectLibrary.freenect_depth_format>public Iterator<libfreenectLibrary.freenect_depth_format> iterator()
iterator in interface Iterable<libfreenectLibrary.freenect_depth_format>public static org.bridj.ValuedEnum<libfreenectLibrary.freenect_depth_format> fromValue(int value)