![]() |
Leptonica 1.85.0
Image processing and image analysis suite
|
#include <morph.h>
Data Fields | |
| l_int32 | n |
| l_int32 | nalloc |
| struct Sel ** | sel |
| l_int32 Sela::n |
number of sel actually stored
Definition at line 75 of file morph.h.
Referenced by selaAddSel(), selaCreate(), selaDestroy(), selaGetCount(), and selaGetSel().
| l_int32 Sela::nalloc |
size of allocated ptr array
Definition at line 76 of file morph.h.
Referenced by selaAddSel(), selaCreate(), selaExtendArray(), and selaReadStream().
| struct Sel** Sela::sel |
sel ptr array
Definition at line 77 of file morph.h.
Referenced by selaAddSel(), selaCreate(), selaDestroy(), selaExtendArray(), and selaGetSel().