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