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