OCR Project
Loading...
Searching...
No Matches
WordResult Struct Reference

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

Detailed Description

Result of a single word search.

Member Data Documentation

◆ dir

int WordResult::dir

Direction index (0–7, see solver_dir_name()).

◆ end_c

int WordResult::end_c

Column of the last letter (0-based).

◆ end_r

int WordResult::end_r

Row of the last letter (0-based).

◆ found

int WordResult::found

1 if the word was found, 0 otherwise.

◆ start_c

int WordResult::start_c

Column of the first letter (0-based).

◆ start_r

int WordResult::start_r

Row of the first letter (0-based).


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