public static class NIVision.ROIProfile extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.Point |
pixels |
NIVision.LineProfile |
report |
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 |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public 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)