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