tesseract-doxygen/wordrec/split.h File Reference

#include "tessclas.h"
#include "oldlist.h"

Go to the source code of this file.

Classes

struct  split_record

Defines

#define clone_split(dest, source)

Typedefs

typedef struct split_record SPLIT
typedef LIST SPLITS

Functions

void delete_split (SPLIT *split)
EDGEPTmake_edgept (int x, int y, EDGEPT *next, EDGEPT *prev)
SPLITnew_split (EDGEPT *point1, EDGEPT *point2)
void print_split (SPLIT *split)
void split_outline (EDGEPT *join_point1, EDGEPT *join_point2)
void unsplit_outlines (EDGEPT *p1, EDGEPT *p2)

Variables

bool wordrec_display_splits = 0

Define Documentation

#define clone_split ( dest,
source   ) 
Value:
if (source)                                                  \
        (dest) = new_split ((source)->point1, (source)->point2);  \
else                                                         \
        (dest) = (SPLIT*) NULL                                    \

Typedef Documentation

typedef struct split_record SPLIT
typedef LIST SPLITS

Function Documentation

void delete_split ( SPLIT split  ) 
EDGEPT* make_edgept ( int  x,
int  y,
EDGEPT next,
EDGEPT prev 
)
SPLIT* new_split ( EDGEPT point1,
EDGEPT point2 
)
void print_split ( SPLIT split  ) 
void split_outline ( EDGEPT join_point1,
EDGEPT join_point2 
)
void unsplit_outlines ( EDGEPT p1,
EDGEPT p2 
)

Variable Documentation

"Display splits"

Generated on Sun Jul 18 17:10:52 2010 for Tesseract by  doxygen 1.6.3