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