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