POLYPT Class Reference

#include <polyvert.h>

Inheritance diagram for POLYPT:

ELIST2_LINK List of all members.

Detailed Description

FIX: Class for dealing with a polygonal point.

Definition at line 30 of file polyvert.h.

Public Member Functions

Public Attributes


Constructor & Destructor Documentation

POLYPT::POLYPT (  )  [inline]

Definition at line 33 of file polyvert.h.

00033              {  //empty
00034     }

POLYPT::POLYPT ( const FCOORD position,
const FCOORD vector 
) [inline]

Definition at line 35 of file polyvert.h.

References vec.

00037                                  {  //step to next
00038       pos = position;
00039       vec = vector;              //just copy
00040     }


Member Function Documentation

void POLYPT::de_dump ( FILE *   )  [inline]

Definition at line 47 of file polyvert.h.

00048                          {
00049     }

void POLYPT::dump ( FILE *   )  [inline]

Definition at line 44 of file polyvert.h.

00045                       {
00046     }

POLYPT::make_serialise ( POLYPT   ) 

void POLYPT::prep_serialise (  )  [inline]

Definition at line 42 of file polyvert.h.

00042                           {  //set ptrs to counts
00043     }


Member Data Documentation

FCOORD POLYPT::vec

vector to next

Definition at line 53 of file polyvert.h.

Referenced by find_blob_limits(), POLYPT(), rotate_blob(), rotate_cblob(), and vertical_outline_projection().


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