Leptonica  1.82.0
Image processing and image analysis suite
L_Dna Struct Reference

#include <array.h>

Data Fields

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

Detailed Description

Double number array: an array of doubles

Definition at line 94 of file array.h.

Field Documentation

◆ array

◆ delx

l_float64 L_Dna::delx

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

Definition at line 100 of file array.h.

Referenced by l_dnaCopy(), l_dnaGetParameters(), and l_dnaSetParameters().

◆ n

◆ nalloc

l_int32 L_Dna::nalloc

size of allocated number array

Definition at line 96 of file array.h.

Referenced by l_dnaAddNumber(), l_dnaExtendArray(), l_dnaInsertNumber(), and l_dnaSetCount().

◆ refcount

l_int32 L_Dna::refcount

reference count (1 if no clones)

Definition at line 98 of file array.h.

Referenced by l_dnaChangeRefcount(), and l_dnaGetRefcount().

◆ startx

l_float64 L_Dna::startx

x value assigned to array[0]

Definition at line 99 of file array.h.

Referenced by l_dnaCopy(), l_dnaGetParameters(), and l_dnaSetParameters().


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