PostGIS
3.0.6dev-r@@SVN_REVISION@@
◆
UF_size()
uint32_t UF_size
(
UNIONFIND
*
uf
,
uint32_t
i
)
Definition at line
79
of file
lwunionfind.c
.
80
{
81
return
uf->
cluster_sizes
[
UF_find
(uf, i)];
82
}
UF_find
uint32_t UF_find(UNIONFIND *uf, uint32_t i)
Definition:
lwunionfind.c:62
UNIONFIND::cluster_sizes
uint32_t * cluster_sizes
Definition:
lwunionfind.h:34
References
UNIONFIND::cluster_sizes
, and
UF_find()
.
Here is the call graph for this function:
liblwgeom
lwunionfind.h
Generated by
1.9.1