10 #ifndef GO_SCANNER_TRACHEID_TILE_MSG_H
11 #define GO_SCANNER_TRACHEID_TILE_MSG_H
126 #include <GoWebScanSdk/GoWebScanTracheidTileMsg.x.h>
kStatus GoWebScanTracheidTileMsg_Destroy(GoWebScanTracheidTileMsg msg)
Destroys a GoWebScanTracheidTileMsg object.
Declares the GoWebScanPipeMsg class.
Essential GoWebScan declarations.
kArray1 GoWebScanTracheidTileMsg_Inputs(GoWebScanTracheidTileMsg msg)
Gets the inputs corresponding to each row of the tile.
kSize GoWebScanTracheidTileMsg_Count(GoWebScanTracheidTileMsg msg)
Gets length of the tile in the Y-axis (pixels).
Represents integer values of the spot tracheid data. These values are calculated from the spot shape...
Definition: GoWebScanSdkDef.h:542
k64s * GoWebScanTracheidTileMsg_InputsAt(GoWebScanTracheidTileMsg msg, kSize rowIndex)
Gets the input at a specified row.
kStatus GoWebScanTracheidTileMsg_Construct(GoWebScanTracheidTileMsg *msg, GoWebScanPipeMsgPool pool, kSize count, kSize width, kAlloc allocator)
Constructs a GoWebScanTracheidTileMsg object.
kStatus GoWebScanTracheidTileMsg_Resize(GoWebScanTracheidTileMsg msg, kSize count, kSize width)
Resizes a GoWebScanTracheidTileMsg object.
kSize GoWebScanTracheidTileMsg_Size(GoWebScanTracheidTileMsg msg)
Gets the size, in bytes, of the message data buffer.
kSize GoWebScanTracheidTileMsg_Width(GoWebScanTracheidTileMsg msg)
Gets length of the tile in the X-axis (pixels).
kArray3 GoWebScanTracheidTileMsg_Data(GoWebScanTracheidTileMsg msg)
Gets the tile data array.
Represents a pool of GoWebScanPipeMsg objects. The pool allocates GoWebScanPipeMsg objects with a def...
Base class for a msg that can be processed with a GoWebScanPipeTask and submitted to the GoWebScanPip...
GoWebScanTracheidValue * GoWebScanTracheidTileMsg_DataAt(GoWebScanTracheidTileMsg msg, kSize rowIndex)
Gets a pointer to the start of a tile row.
Represents a message containing a tile of X and Y resampled tracheid angle, scatter, and area data. This message can be used to represent data from a single node in the system, data from a plane in the system (after merging resampled data from all nodes in a plane), or data from a detected board.