public static class NIVision.EdgeReport2 extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
int |
calibrationValid |
NIVision.EdgeInfo[] |
edges |
private java.nio.ByteBuffer |
edges_buf |
double[] |
gradientInfo |
private java.nio.ByteBuffer |
gradientInfo_buf |
backing| Modifier | Constructor and Description |
|---|---|
|
EdgeReport2() |
protected |
EdgeReport2(java.nio.ByteBuffer backing,
int offset) |
protected |
EdgeReport2(long nativeObj,
boolean owned) |
|
EdgeReport2(NIVision.EdgeInfo[] edges,
double[] gradientInfo,
int calibrationValid) |
| 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 NIVision.EdgeInfo[] edges
public double[] gradientInfo
public int calibrationValid
private java.nio.ByteBuffer edges_buf
private java.nio.ByteBuffer gradientInfo_buf
public EdgeReport2()
public EdgeReport2(NIVision.EdgeInfo[] edges, double[] gradientInfo, int calibrationValid)
protected EdgeReport2(java.nio.ByteBuffer backing,
int offset)
protected EdgeReport2(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