public static class NIVision.FindConcentricEdgeOptions extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.ConcentricRakeDirection |
direction |
NIVision.EdgeOptions2 |
edgeOptions |
java.lang.String |
overlayGroupName |
private java.nio.ByteBuffer |
overlayGroupName_buf |
NIVision.RGBValue |
resultColor |
NIVision.RGBValue |
searchAreaColor |
NIVision.RGBValue |
searchEdgesColor |
NIVision.RGBValue |
searchLinesColor |
int |
showEdgesFound |
int |
showResult |
int |
showSearchArea |
int |
showSearchLines |
backing| Modifier | Constructor and Description |
|---|---|
|
FindConcentricEdgeOptions() |
protected |
FindConcentricEdgeOptions(java.nio.ByteBuffer backing,
int offset) |
protected |
FindConcentricEdgeOptions(long nativeObj,
boolean owned) |
|
FindConcentricEdgeOptions(NIVision.ConcentricRakeDirection direction,
int showSearchArea,
int showSearchLines,
int showEdgesFound,
int showResult,
NIVision.RGBValue searchAreaColor,
NIVision.RGBValue searchLinesColor,
NIVision.RGBValue searchEdgesColor,
NIVision.RGBValue resultColor,
java.lang.String overlayGroupName,
NIVision.EdgeOptions2 edgeOptions) |
| 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.ConcentricRakeDirection direction
public int showSearchArea
public int showSearchLines
public int showEdgesFound
public int showResult
public NIVision.RGBValue searchAreaColor
public NIVision.RGBValue searchLinesColor
public NIVision.RGBValue searchEdgesColor
public NIVision.RGBValue resultColor
public java.lang.String overlayGroupName
public NIVision.EdgeOptions2 edgeOptions
private java.nio.ByteBuffer overlayGroupName_buf
public FindConcentricEdgeOptions()
public FindConcentricEdgeOptions(NIVision.ConcentricRakeDirection direction, int showSearchArea, int showSearchLines, int showEdgesFound, int showResult, NIVision.RGBValue searchAreaColor, NIVision.RGBValue searchLinesColor, NIVision.RGBValue searchEdgesColor, NIVision.RGBValue resultColor, java.lang.String overlayGroupName, NIVision.EdgeOptions2 edgeOptions)
protected FindConcentricEdgeOptions(java.nio.ByteBuffer backing,
int offset)
protected FindConcentricEdgeOptions(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