tesseract  4.00.00dev
tesseract::FRAGMENT Class Reference

#include <wordrec.h>

Inheritance diagram for tesseract::FRAGMENT:
ELIST_LINK

Public Member Functions

 FRAGMENT ()
 
 FRAGMENT (EDGEPT *head_pt, EDGEPT *tail_pt)
 
- Public Member Functions inherited from ELIST_LINK
 ELIST_LINK ()
 
 ELIST_LINK (const ELIST_LINK &)
 
void operator= (const ELIST_LINK &)
 

Public Attributes

ICOORD head
 
ICOORD tail
 
EDGEPTheadpt
 
EDGEPTtailpt
 

Detailed Description

Definition at line 107 of file wordrec.h.

Constructor & Destructor Documentation

◆ FRAGMENT() [1/2]

tesseract::FRAGMENT::FRAGMENT ( )
inline

Definition at line 110 of file wordrec.h.

110  { //constructor
111  }

◆ FRAGMENT() [2/2]

tesseract::FRAGMENT::FRAGMENT ( EDGEPT head_pt,
EDGEPT tail_pt 
)

Member Data Documentation

◆ head

ICOORD tesseract::FRAGMENT::head

Definition at line 115 of file wordrec.h.

◆ headpt

EDGEPT* tesseract::FRAGMENT::headpt

Definition at line 117 of file wordrec.h.

◆ tail

ICOORD tesseract::FRAGMENT::tail

Definition at line 116 of file wordrec.h.

◆ tailpt

EDGEPT* tesseract::FRAGMENT::tailpt

Definition at line 118 of file wordrec.h.


The documentation for this class was generated from the following file: