PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ init_homogenizebuffer()

static void init_homogenizebuffer ( HomogenizeBuffer buffer)
static

Definition at line 37 of file lwhomogenize.c.

References HomogenizeBuffer::buf, HomogenizeBuffer::cnt, and NUMTYPES.

Referenced by lwcollection_homogenize().

38 {
39  int i;
40  for ( i = 0; i < NUMTYPES; i++ )
41  {
42  buffer->cnt[i] = 0;
43  buffer->buf[i] = NULL;
44  }
45 }
int cnt[NUMTYPES]
Definition: lwhomogenize.c:32
LWCOLLECTION * buf[NUMTYPES]
Definition: lwhomogenize.c:33
#define NUMTYPES
Definition: liblwgeom.h:101
Here is the caller graph for this function: