Represents a message containing spot angle, scatter ratio, and area measurements from a detected board for a given section.
|
| kArray2 | GoWebScanTracheidBoardMsg_Angle (GoWebScanTracheidBoardMsg msg) |
| | Gets the board angle data array. More...
|
| |
| k8u * | GoWebScanTracheidBoardMsg_AngleAt (GoWebScanTracheidBoardMsg msg, kSize rowIndex, kSize colIndex) |
| | Gets the spot angle at a specified row and column in the board array. More...
|
| |
| kArray2 | GoWebScanTracheidBoardMsg_Area (GoWebScanTracheidBoardMsg msg) |
| | Gets the board area data array. More...
|
| |
| k8u * | GoWebScanTracheidBoardMsg_AreaAt (GoWebScanTracheidBoardMsg msg, kSize rowIndex, kSize colIndex) |
| | Gets the spot area at a specified row and column in the board array. More...
|
| |
| GoWebScanTracheidBoardMsgAttr * | GoWebScanTracheidBoardMsg_Attributes (GoWebScanTracheidBoardMsg msg) |
| | Gets the attributes of a message. More...
|
| |
| kStatus | GoWebScanTracheidBoardMsg_Construct (GoWebScanTracheidBoardMsg *msg, kSize height, kSize width, kAlloc allocator) |
| | Constructs a GoWebScanTracheidBoardMsg object. More...
|
| |
| kSize | GoWebScanTracheidBoardMsg_Height (GoWebScanTracheidBoardMsg msg) |
| | Gets the height of a message. More...
|
| |
| kStatus | GoWebScanTracheidBoardMsg_Realloc (GoWebScanTracheidBoardMsg msg, kSize height, kSize width) |
| | Resize a GoWebScanTracheidBoardMsg object. More...
|
| |
| kArray2 | GoWebScanTracheidBoardMsg_Scatter (GoWebScanTracheidBoardMsg msg) |
| | Gets the board scatter data array. More...
|
| |
| k8u * | GoWebScanTracheidBoardMsg_ScatterAt (GoWebScanTracheidBoardMsg msg, kSize rowIndex, kSize colIndex) |
| | Gets the spot scatter ratio at a specified row and column in the board array. More...
|
| |
| kSize | GoWebScanTracheidBoardMsg_Width (GoWebScanTracheidBoardMsg msg) |
| | Gets the width of a message. More...
|
| |