public static class NIVision.Range extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
int |
maxValue |
int |
minValue |
backing| Modifier | Constructor and Description |
|---|---|
|
Range() |
protected |
Range(java.nio.ByteBuffer backing,
int offset) |
|
Range(int minValue,
int maxValue) |
protected |
Range(long nativeObj,
boolean owned) |
| Modifier and Type | Method and Description |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic Range()
public Range(int minValue,
int maxValue)
protected Range(java.nio.ByteBuffer backing,
int offset)
protected Range(long nativeObj,
boolean owned)
private void init()
protected void setBuffer(java.nio.ByteBuffer backing,
int offset)
public void read()
read in class NIVision.DisposedStructpublic void write()
write in class NIVision.DisposedStructpublic int size()
size in class NIVision.DisposedStruct