C_OUTLINE_FRAG Class Reference

#include <fpchop.h>

Inheritance diagram for C_OUTLINE_FRAG:

ELIST_LINK List of all members.

Detailed Description

One fragment/segment on an outline, integer powered.

Definition at line 52 of file fpchop.h.

Public Member Functions

Public Attributes


Constructor & Destructor Documentation

C_OUTLINE_FRAG::C_OUTLINE_FRAG (  )  [inline]

Definition at line 55 of file fpchop.h.

References NULL, stepcount, and steps.

00055                      {  //empty constructor
00056       steps = NULL;
00057       stepcount = 0;
00058     }

C_OUTLINE_FRAG::~C_OUTLINE_FRAG (  )  [inline]

Definition at line 59 of file fpchop.h.

References NULL, and steps.

00059                        {
00060       if (steps != NULL)
00061         delete [] steps; 
00062     }

C_OUTLINE_FRAG::C_OUTLINE_FRAG ( ICOORD  start_pt,
ICOORD  end_pt,
C_OUTLINE outline,
INT16  start_index,
INT16  end_index 
)

C_OUTLINE_FRAG::C_OUTLINE_FRAG ( C_OUTLINE_FRAG head,
INT16  tail_y 
)


Member Function Documentation

C_OUTLINE* C_OUTLINE_FRAG::close (  ) 

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 }

C_OUTLINE_FRAG& C_OUTLINE_FRAG::operator= ( const C_OUTLINE_FRAG src  ) 

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 C_OUTLINE_FRAG::end

Definition at line 76 of file fpchop.h.

C_OUTLINE_FRAG* C_OUTLINE_FRAG::other_end

Definition at line 79 of file fpchop.h.

ICOORD C_OUTLINE_FRAG::start

Definition at line 75 of file fpchop.h.

INT32 C_OUTLINE_FRAG::stepcount

Definition at line 78 of file fpchop.h.

Referenced by C_OUTLINE_FRAG().

DIR128* C_OUTLINE_FRAG::steps

Definition at line 77 of file fpchop.h.

Referenced by C_OUTLINE_FRAG(), and ~C_OUTLINE_FRAG().

INT16 C_OUTLINE_FRAG::ycoord

Definition at line 80 of file fpchop.h.


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