Leptonica  1.82.0
Image processing and image analysis suite
Sela Struct Reference

#include <morph.h>

Data Fields

l_int32 n
 
l_int32 nalloc
 
struct Sel ** sel
 

Detailed Description

Array of Sel

Definition at line 73 of file morph.h.

Field Documentation

◆ n

l_int32 Sela::n

number of sel actually stored

Definition at line 75 of file morph.h.

Referenced by selaAddSel(), selaDestroy(), selaGetCount(), and selaGetSel().

◆ nalloc

l_int32 Sela::nalloc

size of allocated ptr array

Definition at line 76 of file morph.h.

Referenced by selaAddSel(), and selaExtendArray().

◆ sel

struct Sel** Sela::sel

sel ptr array

Definition at line 77 of file morph.h.

Referenced by selaAddSel(), selaDestroy(), selaExtendArray(), and selaGetSel().


The documentation for this struct was generated from the following file: