public static class NIVision.ContourComputeCurvatureReport 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 |
backing| Modifier | Constructor and Description |
|---|---|
|
ContourComputeCurvatureReport() |
protected |
ContourComputeCurvatureReport(java.nio.ByteBuffer backing,
int offset) |
|
ContourComputeCurvatureReport(double[] curvaturePixel,
double[] curvatureReal) |
protected |
ContourComputeCurvatureReport(long nativeObj,
boolean owned) |
| 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 double[] curvaturePixel
public double[] curvatureReal
private java.nio.ByteBuffer curvaturePixel_buf
private java.nio.ByteBuffer curvatureReal_buf
public ContourComputeCurvatureReport()
public ContourComputeCurvatureReport(double[] curvaturePixel,
double[] curvatureReal)
protected ContourComputeCurvatureReport(java.nio.ByteBuffer backing,
int offset)
protected ContourComputeCurvatureReport(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