public static class NIVision.SegmentInfo extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
int |
isOpen |
int |
numberOfPoints |
NIVision.ContourPoint |
points |
double |
weight |
backing| Modifier | Constructor and Description |
|---|---|
|
SegmentInfo() |
protected |
SegmentInfo(java.nio.ByteBuffer backing,
int offset) |
|
SegmentInfo(int numberOfPoints,
int isOpen,
double weight,
NIVision.ContourPoint points) |
protected |
SegmentInfo(long nativeObj,
boolean owned) |
| 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 int numberOfPoints
public int isOpen
public double weight
public NIVision.ContourPoint points
public SegmentInfo()
public SegmentInfo(int numberOfPoints,
int isOpen,
double weight,
NIVision.ContourPoint points)
protected SegmentInfo(java.nio.ByteBuffer backing,
int offset)
protected SegmentInfo(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