public static class NIVision.ContourPoint extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
double |
curvature |
double |
x |
double |
xDisplacement |
double |
y |
double |
yDisplacement |
backing| Modifier | Constructor and Description |
|---|---|
|
ContourPoint() |
protected |
ContourPoint(java.nio.ByteBuffer backing,
int offset) |
|
ContourPoint(double x,
double y,
double curvature,
double xDisplacement,
double yDisplacement) |
protected |
ContourPoint(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 double x
public double y
public double curvature
public double xDisplacement
public double yDisplacement
public ContourPoint()
public ContourPoint(double x,
double y,
double curvature,
double xDisplacement,
double yDisplacement)
protected ContourPoint(java.nio.ByteBuffer backing,
int offset)
protected ContourPoint(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