PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ init_cg_suite()

static int init_cg_suite ( void  )
static

Definition at line 38 of file cu_algorithm.c.

39{
40 pa21 = ptarray_construct(0, 0, 2);
41 pa22 = ptarray_construct(0, 0, 2);
44 return 0;
45
46}
POINTARRAY * pa22
LWLINE * l21
POINTARRAY * pa21
LWLINE * l22
LWLINE * lwline_construct(int32_t srid, GBOX *bbox, POINTARRAY *points)
Definition lwline.c:42
#define SRID_UNKNOWN
Unknown SRID value.
Definition liblwgeom.h:215
POINTARRAY * ptarray_construct(char hasz, char hasm, uint32_t npoints)
Construct an empty pointarray, allocating storage and setting the npoints, but not filling in any inf...
Definition ptarray.c:51

References l21, l22, lwline_construct(), pa21, pa22, ptarray_construct(), and SRID_UNKNOWN.

Referenced by algorithms_suite_setup().

Here is the call graph for this function:
Here is the caller graph for this function: