PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
_lwt_ReverseElemidArray()
static void _lwt_ReverseElemidArray
(
LWT_ELEMID
*
ary
,
int
from
,
int
to
)
static
Definition at line
2991
of file
lwgeom_topo.c
.
2992
{
2993
LWT_ELEMID
t;
2994
while
(from < to)
2995
{
2996
t = ary[from];
2997
ary[from++] = ary[to];
2998
ary[to--] = t;
2999
}
3000
}
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