Leptonica  1.82.0
Image processing and image analysis suite
Numa Struct Reference

#include <array.h>

Data Fields

l_int32 nalloc
 
l_int32 n
 
l_int32 refcount
 
l_float32 startx
 
l_float32 delx
 
l_float32 * array
 

Detailed Description

Number array: an array of floats

Definition at line 70 of file array.h.

Field Documentation

◆ array

◆ delx

l_float32 Numa::delx

change in x value as i --> i + 1

Definition at line 76 of file array.h.

Referenced by numaCopy(), numaGetParameters(), numaReverse(), and numaSetParameters().

◆ n

◆ nalloc

l_int32 Numa::nalloc

size of allocated number array

Definition at line 72 of file array.h.

Referenced by numaAddNumber(), numaCopy(), numaExtendArray(), numaInsertNumber(), and numaSetCount().

◆ refcount

l_int32 Numa::refcount

reference count (1 if no clones)

Definition at line 74 of file array.h.

Referenced by numaChangeRefcount(), and numaGetRefcount().

◆ startx

l_float32 Numa::startx

x value assigned to array[0]

Definition at line 75 of file array.h.

Referenced by numaCopy(), numaGetParameters(), numaReverse(), and numaSetParameters().


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