|
GoWebScan API
|
| kStatus GoWebScanCalInputTileSet_SetTile | ( | GoWebScanCalInputTileSet | set, |
| GoWebScanCalInputTile * | tile, | ||
| GoWebScanDataSource | dataSource, | ||
| GoWebScanSystemPlane | plane, | ||
| kSize | column | ||
| ) |
Adds a tile to the set at a specific plane and node column for a given data source.
Ownership of the input tile is passed to the class and the input tile pointer is set to null afterwards.
| set | GoWebScanCalInputTileSet object. |
| tile | Pointer to input tile to add to the set. Pointer is set to kNULL after the tile is added. |
| dataSource | Data source. |
| plane | System plane. |
| column | Node column index. |