PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ 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:101
Datum buffer(PG_FUNCTION_ARGS)

References buffer(), and NUMTYPES.

Referenced by lwcollection_homogenize().

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