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