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