public static class NIVision.ClassifiedCurve extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.PointDouble[] |
curvePoints |
private java.nio.ByteBuffer |
curvePoints_buf |
int |
label |
double |
length |
double |
lengthReal |
double |
maxCurvature |
double |
maxCurvatureReal |
backing| Modifier | Constructor and Description |
|---|---|
|
ClassifiedCurve() |
protected |
ClassifiedCurve(java.nio.ByteBuffer backing,
int offset) |
|
ClassifiedCurve(double length,
double lengthReal,
double maxCurvature,
double maxCurvatureReal,
int label,
NIVision.PointDouble[] curvePoints) |
protected |
ClassifiedCurve(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 length
public double lengthReal
public double maxCurvature
public double maxCurvatureReal
public int label
public NIVision.PointDouble[] curvePoints
private java.nio.ByteBuffer curvePoints_buf
public ClassifiedCurve()
public ClassifiedCurve(double length,
double lengthReal,
double maxCurvature,
double maxCurvatureReal,
int label,
NIVision.PointDouble[] curvePoints)
protected ClassifiedCurve(java.nio.ByteBuffer backing,
int offset)
protected ClassifiedCurve(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