tesseract v5.3.3.20231005
|
#include <crakedge.h>
Public Member Functions | |
CRACKEDGE ()=default | |
Public Attributes | |
ICOORD | pos |
int8_t | stepx |
int8_t | stepy |
int8_t | stepdir |
CRACKEDGE * | prev |
CRACKEDGE * | next |
Definition at line 28 of file crakedge.h.
|
default |
CRACKEDGE* tesseract::CRACKEDGE::next |
Definition at line 37 of file crakedge.h.
ICOORD tesseract::CRACKEDGE::pos |
Definition at line 32 of file crakedge.h.
CRACKEDGE* tesseract::CRACKEDGE::prev |
Definition at line 36 of file crakedge.h.
int8_t tesseract::CRACKEDGE::stepdir |
Definition at line 35 of file crakedge.h.
int8_t tesseract::CRACKEDGE::stepx |
Definition at line 33 of file crakedge.h.
int8_t tesseract::CRACKEDGE::stepy |
Definition at line 34 of file crakedge.h.