ARB
|
#include "ali_tarray.hxx"
Go to the source code of this file.
Classes | |
struct | ali_pathmap_up_pointer |
class | ALI_PATHMAP |
Macros | |
#define | ALI_UNDEF 0x00 |
#define | ALI_LEFT 0x01 |
#define | ALI_DIAG 0x02 |
#define | ALI_UP 0x04 |
#define | ALI_LUP 0x08 |
#define ALI_UNDEF 0x00 |
Definition at line 18 of file ali_pathmap.hxx.
#define ALI_LEFT 0x01 |
Definition at line 19 of file ali_pathmap.hxx.
Referenced by ali_aligner_last_cell::update_border(), and ali_aligner_last_cell::update_up().
#define ALI_DIAG 0x02 |
Definition at line 20 of file ali_pathmap.hxx.
Referenced by ali_aligner_last_cell::update_left(), and ali_aligner_last_cell::update_up().
#define ALI_UP 0x04 |
Definition at line 21 of file ali_pathmap.hxx.
Referenced by ali_aligner_last_cell::update_border(), and ali_aligner_last_cell::update_left().
#define ALI_LUP 0x08 |
Definition at line 22 of file ali_pathmap.hxx.
Referenced by ALI_PATHMAP::get(), and ALI_PATHMAP::set().