public static class NIVision.ContourInfoReport extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
double[] |
curvaturePixel |
private java.nio.ByteBuffer |
curvaturePixel_buf |
double[] |
curvatureReal |
private java.nio.ByteBuffer |
curvatureReal_buf |
int |
hasEquation |
double |
length |
double |
lengthReal |
NIVision.PointDouble[] |
pointsPixel |
private java.nio.ByteBuffer |
pointsPixel_buf |
NIVision.PointDouble[] |
pointsReal |
private java.nio.ByteBuffer |
pointsReal_buf |
backing| Modifier | Constructor and Description |
|---|---|
|
ContourInfoReport() |
protected |
ContourInfoReport(java.nio.ByteBuffer backing,
int offset) |
protected |
ContourInfoReport(long nativeObj,
boolean owned) |
|
ContourInfoReport(NIVision.PointDouble[] pointsPixel,
NIVision.PointDouble[] pointsReal,
double[] curvaturePixel,
double[] curvatureReal,
double length,
double lengthReal,
int hasEquation) |
| 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[] pointsPixel
public NIVision.PointDouble[] pointsReal
public double[] curvaturePixel
public double[] curvatureReal
public double length
public double lengthReal
public int hasEquation
private java.nio.ByteBuffer pointsPixel_buf
private java.nio.ByteBuffer pointsReal_buf
private java.nio.ByteBuffer curvaturePixel_buf
private java.nio.ByteBuffer curvatureReal_buf
public ContourInfoReport()
public ContourInfoReport(NIVision.PointDouble[] pointsPixel, NIVision.PointDouble[] pointsReal, double[] curvaturePixel, double[] curvatureReal, double length, double lengthReal, int hasEquation)
protected ContourInfoReport(java.nio.ByteBuffer backing,
int offset)
protected ContourInfoReport(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