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

◆ init_homogenizebuffer()

static void init_homogenizebuffer ( HomogenizeBuffer buffer)
static

Definition at line 37 of file lwhomogenize.c.

38{
39 int i;
40 for ( i = 0; i < NUMTYPES; i++ )
41 {
42 buffer->cnt[i] = 0;
43 buffer->buf[i] = NULL;
44 }
45}
#define NUMTYPES
Definition liblwgeom.h:118
Datum buffer(PG_FUNCTION_ARGS)

References buffer(), HomogenizeBuffer::cnt, and NUMTYPES.

Referenced by lwcollection_homogenize().

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