PostGIS
3.3.9dev-r@@SVN_REVISION@@
◆
_lwt_ReverseElemidArray()
static void _lwt_ReverseElemidArray
(
LWT_ELEMID
*
ary
,
int
from
,
int
to
)
static
Definition at line
3074
of file
lwgeom_topo.c
.
3075
{
3076
LWT_ELEMID
t;
3077
while
(from < to)
3078
{
3079
t = ary[from];
3080
ary[from++] = ary[to];
3081
ary[to--] = t;
3082
}
3083
}
LWT_ELEMID
LWT_INT64 LWT_ELEMID
Identifier of topology element.
Definition:
liblwgeom_topo.h:35
Referenced by
_lwt_RotateElemidArray()
.
Here is the caller graph for this function:
liblwgeom
lwgeom_topo.c
Generated by
1.9.1