|
OCR Project
|
Result of a single word search. More...
#include <solver.h>
Public Attributes | |
| int | found |
| int | start_r |
| int | start_c |
| int | end_r |
| int | end_c |
| int | dir |
Result of a single word search.
| int WordResult::dir |
Direction index (0–7, see solver_dir_name()).
| int WordResult::end_c |
Column of the last letter (0-based).
| int WordResult::end_r |
Row of the last letter (0-based).
| int WordResult::found |
1 if the word was found, 0 otherwise.
| int WordResult::start_c |
Column of the first letter (0-based).
| int WordResult::start_r |
Row of the first letter (0-based).