public static class NIVision.ParallelLinePairFeature extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
double |
distance |
NIVision.PointFloat |
firstEndPoint |
NIVision.PointFloat |
firstStartPoint |
double |
rotation |
NIVision.PointFloat |
secondEndPoint |
NIVision.PointFloat |
secondStartPoint |
backing| Modifier | Constructor and Description |
|---|---|
|
ParallelLinePairFeature() |
protected |
ParallelLinePairFeature(java.nio.ByteBuffer backing,
int offset) |
protected |
ParallelLinePairFeature(long nativeObj,
boolean owned) |
|
ParallelLinePairFeature(NIVision.PointFloat firstStartPoint,
NIVision.PointFloat firstEndPoint,
NIVision.PointFloat secondStartPoint,
NIVision.PointFloat secondEndPoint,
double rotation,
double distance) |
| 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 firstStartPoint
public NIVision.PointFloat firstEndPoint
public NIVision.PointFloat secondStartPoint
public NIVision.PointFloat secondEndPoint
public double rotation
public double distance
public ParallelLinePairFeature()
public ParallelLinePairFeature(NIVision.PointFloat firstStartPoint, NIVision.PointFloat firstEndPoint, NIVision.PointFloat secondStartPoint, NIVision.PointFloat secondEndPoint, double rotation, double distance)
protected ParallelLinePairFeature(java.nio.ByteBuffer backing,
int offset)
protected ParallelLinePairFeature(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