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