public static class NIVision.ContourFitPolynomialReport extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.PointDouble[] |
bestFit |
private java.nio.ByteBuffer |
bestFit_buf |
double[] |
polynomialCoefficients |
private java.nio.ByteBuffer |
polynomialCoefficients_buf |
backing| Modifier | Constructor and Description |
|---|---|
|
ContourFitPolynomialReport() |
protected |
ContourFitPolynomialReport(java.nio.ByteBuffer backing,
int offset) |
protected |
ContourFitPolynomialReport(long nativeObj,
boolean owned) |
|
ContourFitPolynomialReport(NIVision.PointDouble[] bestFit,
double[] polynomialCoefficients) |
| 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[] bestFit
public double[] polynomialCoefficients
private java.nio.ByteBuffer bestFit_buf
private java.nio.ByteBuffer polynomialCoefficients_buf
public ContourFitPolynomialReport()
public ContourFitPolynomialReport(NIVision.PointDouble[] bestFit, double[] polynomialCoefficients)
protected ContourFitPolynomialReport(java.nio.ByteBuffer backing,
int offset)
protected ContourFitPolynomialReport(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