tesseract
5.0.0-alpha-619-ge9db
|
#include "polyblk.h"
#include "elst.h"
#include <cctype>
#include <cinttypes>
#include <cmath>
#include <cstdio>
#include <memory>
Go to the source code of this file.
Macros | |
#define | INTERSECTING INT16_MAX |
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 INT16_MAX |
Definition at line 30 of file polyblk.cpp.
int lessthan | ( | const void * | first, |
const void * | second | ||
) |
Definition at line 378 of file polyblk.cpp.