tesseract
3.03
|
#include <seam.h>
Public Member Functions | |
SEAM (PRIORITY priority0, const TPOINT &location0, SPLIT *splita, SPLIT *splitb, SPLIT *splitc) | |
SEAM (const SEAM &src) | |
~SEAM () | |
Public Attributes | |
PRIORITY | priority |
inT8 | widthp |
inT8 | widthn |
TPOINT | location |
SPLIT * | split1 |
SPLIT * | split2 |
SPLIT * | split3 |
SEAM::SEAM | ( | const SEAM & | src | ) | [inline] |
SEAM::~SEAM | ( | ) | [inline] |
Definition at line 54 of file seam.h.
{ if (split1) delete_split(split1); if (split2) delete_split(split2); if (split3) delete_split(split3); }