|
Tesseract 3.01
|
#include <blobs.h>
Public Member Functions | |
| EDGEPT () | |
| EDGEPT (const EDGEPT &src) | |
| EDGEPT & | operator= (const EDGEPT &src) |
| void | CopyFrom (const EDGEPT &src) |
| void | Hide () |
| void | Reveal () |
| bool | IsHidden () const |
Public Attributes | |
| TPOINT | pos |
| VECTOR | vec |
| char | flags [EDGEPTFLAGS] |
| EDGEPT * | next |
| EDGEPT * | prev |
| EDGEPT::EDGEPT | ( | ) | [inline] |
| EDGEPT::EDGEPT | ( | const EDGEPT & | src | ) | [inline] |
| void EDGEPT::CopyFrom | ( | const EDGEPT & | src | ) | [inline] |
| void EDGEPT::Hide | ( | ) | [inline] |
| bool EDGEPT::IsHidden | ( | ) | const [inline] |
| void EDGEPT::Reveal | ( | ) | [inline] |
| char EDGEPT::flags[EDGEPTFLAGS] |