#include "werd.h"
#include "helpers.h"
#include "linlsq.h"
Go to the source code of this file.
colour of children
Definition at line 30 of file werd.cpp.
first rainbow colour
Definition at line 28 of file werd.cpp.
last rainbow colour
Definition at line 29 of file werd.cpp.
| int word_comparator |
( |
const void * |
word1p, |
|
|
const void * |
word2p |
|
) |
| |
word_comparator()
word comparator used to sort a word list so that words are in increasing order of left edge.
Definition at line 372 of file werd.cpp.
373 const WERD* word1 = *
reinterpret_cast<const WERD* const*
>(word1p);
374 const WERD* word2 = *
reinterpret_cast<const WERD* const*
>(word2p);
TBOX bounding_box() const