public static class NIVision.RangeLabel extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
label |
NIVision.RangeDouble |
range |
Modifier | Constructor and Description |
---|---|
|
RangeLabel() |
protected |
RangeLabel(java.nio.ByteBuffer backing,
int offset) |
protected |
RangeLabel(long nativeObj,
boolean owned) |
|
RangeLabel(NIVision.RangeDouble range,
int label) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.RangeDouble range
public int label
public RangeLabel()
public RangeLabel(NIVision.RangeDouble range, int label)
protected RangeLabel(java.nio.ByteBuffer backing, int offset)
protected RangeLabel(long nativeObj, boolean owned)