Method
IpuzGuessesget_cell_type
Declaration [src]
IpuzCellType
ipuz_guesses_get_cell_type (
IpuzGuesses* guesses,
const IpuzCellCoord* coord
)
Description [src]
Returns the cell type of the cell at coord.
In general the expectation is that an IpuzGuesses matches
layout matches the IpuzGrid it is created from. This can
be used to make sure that the two stay in sync.
Parameters
coord-
Type:
IpuzCellCoordThe coordinate to get the cell type from.
The data is owned by the caller of the method.
Return value
Type: IpuzCellType
The cell type at coord.