public static class NIVision.ClosedCurveFeature extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
double |
arcLength |
NIVision.PointFloat |
position |
backing| Modifier | Constructor and Description |
|---|---|
|
ClosedCurveFeature() |
protected |
ClosedCurveFeature(java.nio.ByteBuffer backing,
int offset) |
protected |
ClosedCurveFeature(long nativeObj,
boolean owned) |
|
ClosedCurveFeature(NIVision.PointFloat position,
double arcLength) |
| 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.PointFloat position
public double arcLength
public ClosedCurveFeature()
public ClosedCurveFeature(NIVision.PointFloat position, double arcLength)
protected ClosedCurveFeature(java.nio.ByteBuffer backing,
int offset)
protected ClosedCurveFeature(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