![]() |
Leptonica
1.83.1
Image processing and image analysis suite
|
#include <array_internal.h>
Data Fields | |
l_int32 | nalloc |
l_int32 | n |
l_atomic | refcount |
l_float64 | startx |
l_float64 | delx |
l_float64 * | array |
Double number array: an array of doubles
Definition at line 89 of file array_internal.h.
l_float64* L_Dna::array |
number array
Definition at line 96 of file array_internal.h.
Referenced by l_dnaAddNumber(), l_dnaaGetValue(), l_dnaCopy(), l_dnaCreateFromDArray(), l_dnaDestroy(), l_dnaGetDArray(), l_dnaGetDValue(), l_dnaGetIValue(), l_dnaInsertNumber(), l_dnaRemoveNumber(), l_dnaReplaceNumber(), l_dnaSetCount(), l_dnaSetValue(), l_dnaShiftValue(), l_dnaWriteStderr(), and l_dnaWriteStream().
l_float64 L_Dna::delx |
change in x value as i --> i + 1
Definition at line 95 of file array_internal.h.
Referenced by l_dnaCopy(), l_dnaGetParameters(), and l_dnaSetParameters().
l_int32 L_Dna::n |
number of numbers saved
Definition at line 92 of file array_internal.h.
Referenced by l_dnaAddNumber(), l_dnaaGetValue(), l_dnaCopy(), l_dnaCreateFromDArray(), l_dnaEmpty(), l_dnaGetCount(), l_dnaGetDValue(), l_dnaGetIValue(), l_dnaInsertNumber(), l_dnaRemoveNumber(), l_dnaSetCount(), l_dnaSetValue(), and l_dnaShiftValue().
l_int32 L_Dna::nalloc |
size of allocated number array
Definition at line 91 of file array_internal.h.
Referenced by l_dnaAddNumber(), l_dnaExtendArray(), l_dnaInsertNumber(), and l_dnaSetCount().
l_atomic L_Dna::refcount |
reference count (1 if no clones)
Definition at line 93 of file array_internal.h.
Referenced by l_dnaClone(), and l_dnaDestroy().
l_float64 L_Dna::startx |
x value assigned to array[0]
Definition at line 94 of file array_internal.h.
Referenced by l_dnaCopy(), l_dnaGetParameters(), and l_dnaSetParameters().