public static class NIVision.ROIProfile extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.Point |
pixels |
NIVision.LineProfile |
report |
backing| Modifier | Constructor and Description |
|---|---|
|
ROIProfile() |
protected |
ROIProfile(java.nio.ByteBuffer backing,
int offset) |
protected |
ROIProfile(long nativeObj,
boolean owned) |
|
ROIProfile(NIVision.LineProfile report,
NIVision.Point pixels) |
| 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.LineProfile report
public NIVision.Point pixels
public ROIProfile()
public ROIProfile(NIVision.LineProfile report, NIVision.Point pixels)
protected ROIProfile(java.nio.ByteBuffer backing,
int offset)
protected ROIProfile(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