public static class NIVision.RakeReport2 extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.EdgeInfo[] |
firstEdges |
NIVision.EdgeInfo[] |
lastEdges |
NIVision.SearchLineInfo[] |
searchLines |
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 |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.EdgeInfo[] firstEdges
public NIVision.EdgeInfo[] lastEdges
public NIVision.SearchLineInfo[] searchLines
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)