|
GoWebScan API
|
Represents a message containing resampled and merged geometric data of a detected board for a given section.

Public Member Functions | |
| GoWebScanProfileBoardMsgAttr * | GoWebScanProfileBoardMsg_Attributes (GoWebScanProfileBoardMsg msg) |
| Gets the attributes of a message. More... | |
| kStatus | GoWebScanProfileBoardMsg_Construct (GoWebScanProfileBoardMsg *msg, kSize height, kSize width, kAlloc allocator) |
| Constructs a GoWebScanProfileBoardMsg object. More... | |
| kArray2 | GoWebScanProfileBoardMsg_Data (GoWebScanProfileBoardMsg msg) |
| Gets the board data array. More... | |
| k16s * | GoWebScanProfileBoardMsg_DataAt (GoWebScanProfileBoardMsg msg, kSize rowIndex, kSize colIndex) |
| Gets the Z value (mils) at a specified row and column in the board array. More... | |
| kSize | GoWebScanProfileBoardMsg_Height (GoWebScanProfileBoardMsg msg) |
| Gets the height of a message. More... | |
| kStatus | GoWebScanProfileBoardMsg_Realloc (GoWebScanProfileBoardMsg msg, kSize height, kSize width) |
| Resize a GoWebScanProfileBoardMsg object. More... | |
| kSize | GoWebScanProfileBoardMsg_Width (GoWebScanProfileBoardMsg msg) |
| Gets the width of a message. More... | |