PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
geos_destroy()
static void geos_destroy
(
size_t
count
,
...
)
static
Definition at line
96
of file
liblwgeom/lwgeom_geos.c
.
96
{
97
va_list ap;
98
va_start(ap,
count
);
99
while
(
count
--)
100
{
101
GEOSGeometry* g = va_arg(ap, GEOSGeometry*);
102
if
(g)
103
{
104
GEOSGeom_destroy(g);
105
}
106
}
107
}
genraster.count
int count
Definition:
genraster.py:56
References
genraster::count
.
liblwgeom
lwgeom_geos.c
Generated by
1.9.1