public static class NIVision.ClampPoints extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.PointDoublePair |
pixel |
NIVision.PointDoublePair |
realWorld |
backing| Modifier | Constructor and Description |
|---|---|
|
ClampPoints() |
protected |
ClampPoints(java.nio.ByteBuffer backing,
int offset) |
protected |
ClampPoints(long nativeObj,
boolean owned) |
|
ClampPoints(NIVision.PointDoublePair pixel,
NIVision.PointDoublePair realWorld) |
| 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.PointDoublePair pixel
public NIVision.PointDoublePair realWorld
public ClampPoints()
public ClampPoints(NIVision.PointDoublePair pixel, NIVision.PointDoublePair realWorld)
protected ClampPoints(java.nio.ByteBuffer backing,
int offset)
protected ClampPoints(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