Tesseract 3.01
|
#include <con_comp.h>
Public Member Functions | |
ConCompPt (int x, int y) | |
int | x () |
int | y () |
void | Shift (int dx, int dy) |
ConCompPt * | Next () |
void | SetNext (ConCompPt *pt) |
tesseract::ConCompPt::ConCompPt | ( | int | x, |
int | y | ||
) | [inline] |
ConCompPt* tesseract::ConCompPt::Next | ( | ) | [inline] |
void tesseract::ConCompPt::SetNext | ( | ConCompPt * | pt | ) | [inline] |
void tesseract::ConCompPt::Shift | ( | int | dx, |
int | dy | ||
) | [inline] |
int tesseract::ConCompPt::x | ( | ) | [inline] |
int tesseract::ConCompPt::y | ( | ) | [inline] |