public static class NIVision.ExtractContourReport extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.PointDouble[] |
contourPoints |
private java.nio.ByteBuffer |
contourPoints_buf |
NIVision.PointDouble[] |
sourcePoints |
private java.nio.ByteBuffer |
sourcePoints_buf |
backing| Modifier | Constructor and Description |
|---|---|
|
ExtractContourReport() |
protected |
ExtractContourReport(java.nio.ByteBuffer backing,
int offset) |
protected |
ExtractContourReport(long nativeObj,
boolean owned) |
|
ExtractContourReport(NIVision.PointDouble[] contourPoints,
NIVision.PointDouble[] sourcePoints) |
| 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.PointDouble[] contourPoints
public NIVision.PointDouble[] sourcePoints
private java.nio.ByteBuffer contourPoints_buf
private java.nio.ByteBuffer sourcePoints_buf
public ExtractContourReport()
public ExtractContourReport(NIVision.PointDouble[] contourPoints, NIVision.PointDouble[] sourcePoints)
protected ExtractContourReport(java.nio.ByteBuffer backing,
int offset)
protected ExtractContourReport(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