Represents a message containing a tile of resampled and merged spot angle, scatter, and area data for a given section.
|
| kArray2 | GoWebScanTracheidWebMsg_Angle (GoWebScanTracheidWebMsg msg) |
| | Gets the tile angle data array. More...
|
| |
| k8u * | GoWebScanTracheidWebMsg_AngleAt (GoWebScanTracheidWebMsg msg, kSize rowIndex, kSize colIndex) |
| | Gets a pointer to the angle value at a specified row and column index. More...
|
| |
| kArray2 | GoWebScanTracheidWebMsg_Area (GoWebScanTracheidWebMsg msg) |
| | Gets the tile area data array. More...
|
| |
| k8u * | GoWebScanTracheidWebMsg_AreaAt (GoWebScanTracheidWebMsg msg, kSize rowIndex, kSize colIndex) |
| | Gets a pointer to the area value at a specified row and column index. More...
|
| |
| GoWebScanTracheidWebMsgAttr * | GoWebScanTracheidWebMsg_Attributes (GoWebScanTracheidWebMsg msg) |
| | Gets the attributes of a message. More...
|
| |
| kStatus | GoWebScanTracheidWebMsg_Construct (GoWebScanTracheidWebMsg *msg, kSize height, kSize width, kAlloc allocator) |
| | Constructs a GoWebScanTracheidWebMsg msg. More...
|
| |
| kSize | GoWebScanTracheidWebMsg_Height (GoWebScanTracheidWebMsg msg) |
| | Gets the height of a message. More...
|
| |
| kArray1 | GoWebScanTracheidWebMsg_Inputs (GoWebScanTracheidWebMsg msg) |
| | Gets the inputs corresponding to each row of the tile. More...
|
| |
| k64s * | GoWebScanTracheidWebMsg_InputsAt (GoWebScanTracheidWebMsg msg, kSize index) |
| | Gets the input at a specified row. More...
|
| |
| kStatus | GoWebScanTracheidWebMsg_Realloc (GoWebScanTracheidWebMsg msg, kSize height, kSize width) |
| | Resize a GoWebScanTracheidWebMsg msg. More...
|
| |
| kArray2 | GoWebScanTracheidWebMsg_Scatter (GoWebScanTracheidWebMsg msg) |
| | Gets the tile scatter data array. More...
|
| |
| k8u * | GoWebScanTracheidWebMsg_ScatterAt (GoWebScanTracheidWebMsg msg, kSize rowIndex, kSize colIndex) |
| | Gets a pointer to the scatter value at a specified row and column index. More...
|
| |
| kSize | GoWebScanTracheidWebMsg_Width (GoWebScanTracheidWebMsg msg) |
| | Gets the width of a message. More...
|
| |