Tesseract
3.02
|
#include "mfcpch.h"
#include <ctype.h>
#include <math.h>
#include <stdio.h>
#include "elst.h"
#include "polyblk.h"
#include "hpddef.h"
Go to the source code of this file.
Defines | |
#define | PBLOCK_LABEL_SIZE 150 |
#define | INTERSECTING MAX_INT16 |
Functions | |
POLY_BLOCK::reflect_in_y_axis | |
Reflect the coords of the polygon in the y-axis. (Flip the sign of x.) | |
int | lessthan (const void *first, const void *second) |
#define INTERSECTING MAX_INT16 |
Definition at line 35 of file polyblk.cpp.
#define PBLOCK_LABEL_SIZE 150 |
Definition at line 34 of file polyblk.cpp.