Leptonica  1.83.1
Image processing and image analysis suite
Numa Struct Reference

#include <array_internal.h>

Data Fields

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

Detailed Description

Number array: an array of floats

Definition at line 67 of file array_internal.h.

Field Documentation

◆ array

◆ delx

l_float32 Numa::delx

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

Definition at line 73 of file array_internal.h.

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

◆ n

◆ nalloc

l_int32 Numa::nalloc

size of allocated number array

Definition at line 69 of file array_internal.h.

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

◆ refcount

l_atomic Numa::refcount

reference count (1 if no clones)

Definition at line 71 of file array_internal.h.

Referenced by numaClone(), and numaDestroy().

◆ startx

l_float32 Numa::startx

x value assigned to array[0]

Definition at line 72 of file array_internal.h.

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


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