public static class NIVision.ExtractContourReport extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.PointDouble[] |
contourPoints |
NIVision.PointDouble[] |
sourcePoints |
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 |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.PointDouble[] contourPoints
public NIVision.PointDouble[] sourcePoints
public ExtractContourReport()
public ExtractContourReport(NIVision.PointDouble[] contourPoints, NIVision.PointDouble[] sourcePoints)
protected ExtractContourReport(java.nio.ByteBuffer backing, int offset)
protected ExtractContourReport(long nativeObj, boolean owned)