GoWebScan API
GoWebScanVisionBoardMsg Class Reference

Description

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

Inheritance diagram for GoWebScanVisionBoardMsg:
Inheritance graph

Public Member Functions

GoWebScanVisionBoardMsgAttrGoWebScanVisionBoardMsg_Attributes (GoWebScanVisionBoardMsg msg)
 Gets the attributes of a message. More...
 
kStatus GoWebScanVisionBoardMsg_Construct (GoWebScanVisionBoardMsg *msg, kType pixelType, kSize height, kSize width, kAlloc allocator)
 Constructs a GoWebScanVisionBoardMsg board. More...
 
kArray2 GoWebScanVisionBoardMsg_Data (GoWebScanVisionBoardMsg msg)
 Gets the board data array. More...
 
kPointer GoWebScanVisionBoardMsg_DataAt (GoWebScanVisionBoardMsg msg, kSize rowIndex, kSize colIndex)
 Gets the pixel value at a specified row and column in the board array. More...
 
kSize GoWebScanVisionBoardMsg_Height (GoWebScanVisionBoardMsg msg)
 Gets the height of a message. More...
 
kType GoWebScanVisionBoardMsg_PixelType (GoWebScanVisionBoardMsg msg)
 Gets the pixel type of a message. More...
 
kStatus GoWebScanVisionBoardMsg_Realloc (GoWebScanVisionBoardMsg msg, kSize height, kSize width)
 Resize a GoWebScanVisionBoardMsg object. More...
 
kSize GoWebScanVisionBoardMsg_Width (GoWebScanVisionBoardMsg msg)
 Gets the width of a message. More...
 

The documentation for this class was generated from the following file: