![]() |
Leptonica
1.82.0
Image processing and image analysis suite
|
#include <array.h>
Data Fields | |
l_int32 | nalloc |
l_int32 | n |
l_int32 | refcount |
l_float64 | startx |
l_float64 | delx |
l_float64 * | array |
l_float64* L_Dna::array |
number array
Definition at line 101 of file array.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 100 of file array.h.
Referenced by l_dnaCopy(), l_dnaGetParameters(), and l_dnaSetParameters().
l_int32 L_Dna::n |
number of numbers saved
Definition at line 97 of file array.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 96 of file array.h.
Referenced by l_dnaAddNumber(), l_dnaExtendArray(), l_dnaInsertNumber(), and l_dnaSetCount().
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().
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().