public static class NIVision.ClampPoints extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.PointDoublePair |
pixel |
NIVision.PointDoublePair |
realWorld |
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 |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public 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)