public static class NIVision.OpenContour extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.Point[] |
points |
private java.nio.ByteBuffer |
points_buf |
backing| Modifier | Constructor and Description |
|---|---|
|
OpenContour() |
protected |
OpenContour(java.nio.ByteBuffer backing,
int offset) |
protected |
OpenContour(long nativeObj,
boolean owned) |
|
OpenContour(NIVision.Point[] points) |
| 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.Point[] points
private java.nio.ByteBuffer points_buf
public OpenContour()
public OpenContour(NIVision.Point[] points)
protected OpenContour(java.nio.ByteBuffer backing,
int offset)
protected OpenContour(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