public static class NIVision.QuantifyReport extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.QuantifyData |
global |
NIVision.QuantifyData[] |
regions |
private java.nio.ByteBuffer |
regions_buf |
backing| 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 |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic NIVision.QuantifyData global
public NIVision.QuantifyData[] regions
private java.nio.ByteBuffer regions_buf
public QuantifyReport()
public QuantifyReport(NIVision.QuantifyData global, NIVision.QuantifyData[] regions)
protected QuantifyReport(java.nio.ByteBuffer backing,
int offset)
protected QuantifyReport(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