public static class NIVision.RakeReport2 extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.EdgeInfo[] |
firstEdges |
private java.nio.ByteBuffer |
firstEdges_buf |
NIVision.EdgeInfo[] |
lastEdges |
private java.nio.ByteBuffer |
lastEdges_buf |
NIVision.SearchLineInfo[] |
searchLines |
private java.nio.ByteBuffer |
searchLines_buf |
backing| Modifier | Constructor and Description |
|---|---|
|
RakeReport2() |
protected |
RakeReport2(java.nio.ByteBuffer backing,
int offset) |
protected |
RakeReport2(long nativeObj,
boolean owned) |
|
RakeReport2(NIVision.EdgeInfo[] firstEdges,
NIVision.EdgeInfo[] lastEdges,
NIVision.SearchLineInfo[] searchLines) |
| 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[] firstEdges
public NIVision.EdgeInfo[] lastEdges
public NIVision.SearchLineInfo[] searchLines
private java.nio.ByteBuffer firstEdges_buf
private java.nio.ByteBuffer lastEdges_buf
private java.nio.ByteBuffer searchLines_buf
public RakeReport2()
public RakeReport2(NIVision.EdgeInfo[] firstEdges, NIVision.EdgeInfo[] lastEdges, NIVision.SearchLineInfo[] searchLines)
protected RakeReport2(java.nio.ByteBuffer backing,
int offset)
protected RakeReport2(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