#include "clst.h"
#include "rect.h"
#include "vecfuncs.h"
Go to the source code of this file.
Classes | |
struct | WIDTH_RECORD |
struct | TPOINT |
struct | EDGEPT |
struct | TESSLINE |
struct | TBLOB |
struct | TWERD |
Defines | |
#define | EDGEPTFLAGS 4 |
#define | free_widths(w) if (w) memfree (w) |
Typedefs | |
typedef TPOINT | VECTOR |
Functions | |
CLISTIZEH (EDGEPT) | |
int | count_blobs (TBLOB *blobs) |
void | blob_origin (TBLOB *blob, TPOINT *origin) |
WIDTH_RECORD * | blobs_widths (TBLOB *blobs) |
bool | divisible_blob (TBLOB *blob, bool italic_blob, TPOINT *location) |
void | divide_blobs (TBLOB *blob, TBLOB *other_blob, bool italic_blob, const TPOINT &location) |
#define EDGEPTFLAGS 4 |
#define free_widths | ( | w | ) | if (w) memfree (w) |
WIDTH_RECORD* blobs_widths | ( | TBLOB * | blobs | ) |
CLISTIZEH | ( | EDGEPT | ) |
int count_blobs | ( | TBLOB * | blobs | ) |