tesseract v5.3.3.20231005
werd.cpp File Reference
#include "werd.h"
#include "linlsq.h"
#include "helpers.h"

Go to the source code of this file.

Namespaces

namespace  tesseract
 

Macros

#define FIRST_COLOUR   ScrollView::RED
 first rainbow colour More...
 
#define LAST_COLOUR   ScrollView::AQUAMARINE
 last rainbow colour More...
 
#define CHILD_COLOUR   ScrollView::BROWN
 colour of children More...
 

Functions

int tesseract::word_comparator (const void *word1p, const void *word2p)
 

Macro Definition Documentation

◆ CHILD_COLOUR

#define CHILD_COLOUR   ScrollView::BROWN

colour of children

Definition at line 34 of file werd.cpp.

◆ FIRST_COLOUR

#define FIRST_COLOUR   ScrollView::RED

first rainbow colour

Definition at line 32 of file werd.cpp.

◆ LAST_COLOUR

#define LAST_COLOUR   ScrollView::AQUAMARINE

last rainbow colour

Definition at line 33 of file werd.cpp.