PostGIS
3.4.0dev-r@@SVN_REVISION@@
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
c
d
f
g
i
l
m
p
q
w
Variables
a
b
c
d
f
g
h
i
l
n
o
p
r
s
t
u
v
x
y
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
Properties
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
w
y
Typedefs
_
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
y
Enumerations
Enumerator
a
c
d
e
f
g
i
j
l
m
p
r
s
t
u
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Examples
►
PostGIS
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Pages
◆
LWT_EDGERING_PUSH
#define LWT_EDGERING_PUSH
(
a,
r
)
Value:
{ \
if ( (a)->size + 1 > (a)->capacity ) { \
(a)->capacity *= 2; \
(a)->elems =
lwrealloc
((a)->elems,
sizeof
(
LWT_EDGERING_ELEM
*) * (a)->capacity); \
} \
/* lwdebug(1, "adding elem %d (%p) of edgering %p", (a)->size, (r), (a)); */
\
(a)->elems[(a)->size++] = (
r
); \
}
r
char * r
Definition:
cu_in_wkt.c:24
lwrealloc
void * lwrealloc(void *mem, size_t size)
Definition:
lwutil.c:235
LWT_EDGERING_ELEM_T
Definition:
lwgeom_topo.c:6157
Definition at line
6187
of file
lwgeom_topo.c
.
liblwgeom
lwgeom_topo.c
Generated by
1.9.1