public static class NIVision.ClosedContour extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.Point[] |
points |
Modifier | Constructor and Description |
---|---|
|
ClosedContour() |
protected |
ClosedContour(java.nio.ByteBuffer backing,
int offset) |
protected |
ClosedContour(long nativeObj,
boolean owned) |
|
ClosedContour(NIVision.Point[] points) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.Point[] points
public ClosedContour()
public ClosedContour(NIVision.Point[] points)
protected ClosedContour(java.nio.ByteBuffer backing, int offset)
protected ClosedContour(long nativeObj, boolean owned)