Tesseract
3.02
|
#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] |
bool EDGEPT::IsHidden | ( | ) | const [inline] |
char EDGEPT::flags[EDGEPTFLAGS] |