Tesseract  3.02
ICOORDELT Class Reference

#include <points.h>

Inheritance diagram for ICOORDELT:
ELIST_LINK ICOORD

List of all members.

Public Member Functions

 ICOORDELT ()
 empty constructor
 ICOORDELT (ICOORD icoord)
 constructor from ICOORD
 ICOORDELT (inT16 xin, inT16 yin)

Static Public Member Functions

static ICOORDELTdeep_copy (const ICOORDELT *src)

Detailed Description

Definition at line 161 of file points.h.


Constructor & Destructor Documentation

ICOORDELT::ICOORDELT ( ) [inline]

empty constructor

Definition at line 166 of file points.h.

                {  
    }
ICOORDELT::ICOORDELT ( ICOORD  icoord) [inline]

constructor from ICOORD

Definition at line 169 of file points.h.

                             :ICOORD (icoord) {
    }
ICOORDELT::ICOORDELT ( inT16  xin,
inT16  yin 
) [inline]

constructor

Parameters:
xinx value
yiny value

Definition at line 174 of file points.h.

                         {
      xcoord = xin;
      ycoord = yin;
    }

Member Function Documentation

static ICOORDELT* ICOORDELT::deep_copy ( const ICOORDELT src) [inline, static]

Definition at line 180 of file points.h.

                                                      {
      ICOORDELT* elt = new ICOORDELT;
      *elt = *src;
      return elt;
    }

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