public static class NIVision.ThresholdData extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
float |
newValue |
float |
rangeMax |
float |
rangeMin |
int |
useNewValue |
backing| Modifier | Constructor and Description |
|---|---|
|
ThresholdData() |
protected |
ThresholdData(java.nio.ByteBuffer backing,
int offset) |
|
ThresholdData(double rangeMin,
double rangeMax,
double newValue,
int useNewValue) |
protected |
ThresholdData(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 float rangeMin
public float rangeMax
public float newValue
public int useNewValue
public ThresholdData()
public ThresholdData(double rangeMin,
double rangeMax,
double newValue,
int useNewValue)
protected ThresholdData(java.nio.ByteBuffer backing,
int offset)
protected ThresholdData(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