FRAGMENT Class Reference

#include <tstruct.h>

Inheritance diagram for FRAGMENT:

ELIST_LINK List of all members.

Detailed Description

Piece of what might be a word

Definition at line 51 of file tstruct.h.

Public Member Functions

Public Attributes


Constructor & Destructor Documentation

FRAGMENT::FRAGMENT (  )  [inline]

Definition at line 54 of file tstruct.h.

00054                {  //constructor
00055     }

FRAGMENT::FRAGMENT ( EDGEPT head_pt,
EDGEPT tail_pt 
)


Member Function Documentation

void ELIST_LINK::de_serialise_asc ( FILE *  f  )  [inherited]

Reimplemented in ICOORDELT.

Definition at line 39 of file elst.cpp.

References ABORT, ERRCODE::error(), and SERIALISE_LINKS.

00040                                            {
00041   SERIALISE_LINKS.error ("ELIST_LINK::de_serialise_asc", ABORT,
00042     "Don't call this, override!");
00043 }

void ELIST_LINK::serialise_asc ( FILE *  f  )  [inherited]

Generates an error, as it should never be called.

Definition at line 32 of file elst.cpp.

References ABORT, ERRCODE::error(), and SERIALISE_LINKS.

00033                                         {
00034   SERIALISE_LINKS.error ("ELIST_LINK::serialise_asc", ABORT,
00035     "Don't call this, override!");
00036 }


Member Data Documentation

ICOORD FRAGMENT::head

Definition at line 59 of file tstruct.h.

EDGEPT* FRAGMENT::headpt

Definition at line 61 of file tstruct.h.

Referenced by make_ed_outline().

ICOORD FRAGMENT::tail

Definition at line 60 of file tstruct.h.

EDGEPT* FRAGMENT::tailpt

Definition at line 62 of file tstruct.h.

Referenced by make_ed_outline().


The documentation for this class was generated from the following file:
Generated on Wed Feb 28 19:49:31 2007 for Tesseract by  doxygen 1.5.1