![]() |
Leptonica 1.82.0
Image processing and image analysis suite
|
#include <pix.h>
Data Fields | |
| l_int32 | n |
| l_int32 | nalloc |
| l_uint32 | refcount |
| l_float32 * | x |
| l_float32 * | y |
| l_int32 Pta::n |
actual number of pts
Definition at line 518 of file pix.h.
Referenced by ptaAddPt(), ptaaGetPt(), ptaCopy(), ptaEmpty(), ptaGetCount(), ptaGetIPt(), ptaGetPt(), ptaInsertPt(), ptaRemovePt(), and ptaSetPt().
| l_int32 Pta::nalloc |
size of allocated arrays
Definition at line 519 of file pix.h.
Referenced by ptaAddPt(), ptaCopy(), ptaExtendArrays(), and ptaInsertPt().
| l_float32 * Pta::y |
arrays of floats
Definition at line 521 of file pix.h.
Referenced by ptaAddPt(), ptaGetArrays(), ptaGetCubicLSF(), ptaGetIPt(), ptaGetLinearLSF(), ptaGetPt(), ptaGetQuadraticLSF(), ptaGetQuarticLSF(), ptaInsertPt(), ptaRemovePt(), and ptaSetPt().