tesseract
5.0.0-alpha-619-ge9db
|
#include "oldlist.h"
Go to the source code of this file.
Macros | |
#define | update_edge_window() |
#define | edge_window_wait() if (wordrec_display_splits) window_wait (edge_window) |
Functions | |
void | display_edgepts (LIST outlines) |
void | draw_blob_edges (TBLOB *blob) |
void | mark_outline (EDGEPT *edgept) |
Variables | |
ScrollView * | edge_window |
#define edge_window_wait | ( | ) | if (wordrec_display_splits) window_wait (edge_window) |
Definition at line 52 of file plotedges.h.
#define update_edge_window | ( | ) |
Definition at line 41 of file plotedges.h.
void display_edgepts | ( | LIST | outlines | ) |
Definition at line 42 of file plotedges.cpp.
void draw_blob_edges | ( | TBLOB * | blob | ) |
Definition at line 65 of file plotedges.cpp.
void mark_outline | ( | EDGEPT * | edgept | ) |
Definition at line 81 of file plotedges.cpp.
ScrollView* edge_window |
Definition at line 33 of file plotedges.cpp.