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